Fix indentation
authorDaeheyon Jung <darrenh.jung@samsung.com>
Fri, 7 Sep 2018 08:25:09 +0000 (17:25 +0900)
committer정대현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <darrenh.jung@samsung.com>
Thu, 11 Oct 2018 08:53:05 +0000 (17:53 +0900)
Change-Id: I628f40379133e585de225e7be85f8de2a033a30e

src/common/dbus_service.cc

index ea9dbf68e24744f1588b3476958028df0108930a..6594e94ca1b476f22bd91be7b01f35e162923554 100755 (executable)
@@ -272,8 +272,8 @@ bool DBusService::HandleSendFile(GVariant* params,
     g_dbus_method_invocation_return_value(invocation, g_variant_new("(i)", -1));
     return false;
   }
-  
-  SendFileHandle* handle = new SendFileHandle(file_path_str, 
+
+  SendFileHandle* handle = new SendFileHandle(file_path_str,
       std::string(sender), std::string(device_id),
       reinterpret_cast<GDBusMethodInvocation*>(g_object_ref(invocation)),
       reinterpret_cast<GDBusConnection*>(g_object_ref(connection)));