[Code format] Fixed formating with auto-format tool
[platform/core/api/webapi-plugins.git] / src / bookmark / bookmark_instance.cc
index 306fe98..6340294 100644 (file)
@@ -47,8 +47,7 @@ BookmarkInstance::BookmarkInstance() {
   using std::placeholders::_1;
   using std::placeholders::_2;
 
-#define REGISTER_METHOD(M) \
-    RegisterSyncHandler(#M, std::bind(&BookmarkInstance::M, this, _1, _2))
+#define REGISTER_METHOD(M) RegisterSyncHandler(#M, std::bind(&BookmarkInstance::M, this, _1, _2))
 
   REGISTER_METHOD(BookmarkGet);
   REGISTER_METHOD(BookmarkAdd);