[Code format] Fixed formating with auto-format tool
[platform/core/api/webapi-plugins.git] / src / messageport / messageport_instance.cc
index 84e61f9..7093478 100644 (file)
@@ -41,8 +41,7 @@ MessageportInstance::MessageportInstance() {
   using std::placeholders::_1;
   using std::placeholders::_2;
 
-#define REGISTER_METHOD(M) \
-    RegisterSyncHandler(#M, std::bind(&MessageportInstance::M, this, _1, _2))
+#define REGISTER_METHOD(M) RegisterSyncHandler(#M, std::bind(&MessageportInstance::M, this, _1, _2))
   REGISTER_METHOD(MessagePortManagerRequestTrustedRemoteMessagePort);
   REGISTER_METHOD(MessagePortManagerRequestLocalMessagePort);
   REGISTER_METHOD(MessagePortManagerRequestTrustedLocalMessagePort);