summaryrefslogtreecommitdiff
path: root/notification-ex/dbus_connection_manager.cc
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-03-19 13:24:12 +0900
committermk5004.lee <mk5004.lee@samsung.com>2019-03-19 15:30:34 +0900
commit3c8e4535b84aeeea7d8b06e81f14683f5b3789f5 (patch)
treedc56be2b05f85fdde0a2acf8f68c2818d6e4588b /notification-ex/dbus_connection_manager.cc
parenteb6aab7820a1bef09ce52e64744ba53602ad9ba1 (diff)
downloadnotification-3c8e4535b84aeeea7d8b06e81f14683f5b3789f5.tar.gz
notification-3c8e4535b84aeeea7d8b06e81f14683f5b3789f5.tar.bz2
notification-3c8e4535b84aeeea7d8b06e81f14683f5b3789f5.zip
Check coding style
Change-Id: I69aa2da99230868a3fc3d39c865f963a571cee09 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Diffstat (limited to 'notification-ex/dbus_connection_manager.cc')
-rw-r--r--notification-ex/dbus_connection_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/notification-ex/dbus_connection_manager.cc b/notification-ex/dbus_connection_manager.cc
index 5c2abe8..736dfe9 100644
--- a/notification-ex/dbus_connection_manager.cc
+++ b/notification-ex/dbus_connection_manager.cc
@@ -36,6 +36,7 @@ namespace notification {
DBusConnectionManager::DBusConnectionManager() = default;
DBusConnectionManager::~DBusConnectionManager() = default;
+
DBusConnectionManager& DBusConnectionManager::GetInst() {
static DBusConnectionManager w_inst;
int ret;
@@ -115,4 +116,4 @@ int DBusConnectionManager::Init() {
return NOTIFICATION_ERROR_NONE;
}
-} // nampace notification \ No newline at end of file
+} // nampace notification