Apply Tizen C++ coding style to the constructor of DBusServer 80/59380/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 15 Feb 2016 06:47:15 +0000 (15:47 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 15 Feb 2016 06:47:15 +0000 (15:47 +0900)
Change-Id: Id7d43bc03e5552322d28ea9d7b5cbd4ebc0b49ee
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/DBusServer.cpp

index 007cde9..7866090 100644 (file)
@@ -43,10 +43,10 @@ static const gchar __introspection_xml[] =
 
 DBusServer *DBusServer::__theInstance = NULL;
 
-DBusServer::DBusServer()
-       : __owner(-1)
-       , __connection(NULL)
-       __nodeInfo(NULL)
+DBusServer::DBusServer() :
+       __owner(-1),
+       __connection(NULL),
+       __nodeInfo(NULL)
 {
 }