Fix coding rule violations 04/149104/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:11:09 +0000 (21:11 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:11:09 +0000 (21:11 +0900)
Change-Id: I84b38c41e07dede8379d1a31f7f5dc350598a1da
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
src/server/DBusConnector.h
src/server/ServiceLoader.cpp

index 2311219..19ce919 100644 (file)
@@ -41,7 +41,6 @@ namespace ctx {
                GDBusConnection *__connection;
                bus_acquired_cb_t __busAcquiredCb;
                bus_lost_cb_t __busLostCb;
-
        };
 
 }
index e20fdcf..1ecf0da 100644 (file)
@@ -104,7 +104,6 @@ void ServiceLoader::stopUser(uid_t uid)
                        runner->stop();
                }
        }
-
 }
 
 void ServiceLoader::stopAll()