From: daemyung jang Date: Wed, 8 Apr 2015 02:26:14 +0000 (+0900) Subject: Delete useless white spaces. X-Git-Tag: dali_1.0.39~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ff021bf247eefff420c4f1c17c0ff55b902b1aa;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Delete useless white spaces. Change-Id: Ie9f14732a6280eb6612907b608da1784f4fc7890 --- diff --git a/adaptors/common/application-impl.h b/adaptors/common/application-impl.h index 64ce521..52fb582 100644 --- a/adaptors/common/application-impl.h +++ b/adaptors/common/application-impl.h @@ -300,7 +300,6 @@ private: AppSignalType mBatteryLowSignal; AppSignalType mMemoryLowSignal; - EventLoop* mEventLoop; Framework* mFramework; diff --git a/adaptors/common/framework.h b/adaptors/common/framework.h index aca0ec8..ee39a3a 100644 --- a/adaptors/common/framework.h +++ b/adaptors/common/framework.h @@ -100,7 +100,6 @@ public: * Invoked when the memory level of the device is low. */ virtual void OnMemoryLow() {} - }; public: @@ -163,10 +162,10 @@ private: private: /** * Called by the App framework when an application lifecycle event occurs. - * @param[in] type The type of event occurred. + * @param[in] type The type of event occurred. * @param[in] bundleData The bundle data of event occurred. */ - bool AppStatusHandler(int type, void *bundleData); + bool AppStatusHandler(int type, void *bundleData); /** * Called app_reset callback was called with bundle. diff --git a/adaptors/public-api/adaptor-framework/application.h b/adaptors/public-api/adaptor-framework/application.h index cec28c9..b07798b 100644 --- a/adaptors/public-api/adaptor-framework/application.h +++ b/adaptors/public-api/adaptor-framework/application.h @@ -346,7 +346,6 @@ public: // Signals */ AppSignalType& MemoryLowSignal(); - public: // Not intended for application developers /** * Internal constructor