Delete useless white spaces. 85/37885/3
authordaemyung jang <dm86.jang@samsung.com>
Wed, 8 Apr 2015 02:26:14 +0000 (11:26 +0900)
committerjang <dm86.jang@samsung.com>
Wed, 22 Apr 2015 01:05:39 +0000 (18:05 -0700)
Change-Id: Ie9f14732a6280eb6612907b608da1784f4fc7890

adaptors/common/application-impl.h
adaptors/common/framework.h
adaptors/public-api/adaptor-framework/application.h

index 64ce521..52fb582 100644 (file)
@@ -300,7 +300,6 @@ private:
   AppSignalType                           mBatteryLowSignal;
   AppSignalType                           mMemoryLowSignal;
 
-
   EventLoop*                            mEventLoop;
   Framework*                            mFramework;
 
index aca0ec8..ee39a3a 100644 (file)
@@ -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.
index cec28c9..b07798b 100644 (file)
@@ -346,7 +346,6 @@ public:  // Signals
   */
   AppSignalType& MemoryLowSignal();
 
-
 public: // Not intended for application developers
   /**
    * Internal constructor