tizen 2.4 release
[framework/web/wrt-plugins-common.git] / tests / dao / WidgetDBTest.cpp
index d8a5d50..f6ec48d 100644 (file)
@@ -30,8 +30,7 @@
 using namespace WrtDeviceApis::WidgetDB::Api;
 
 #define RUNNER_ASSERT_WHAT_EQUALS(in, test)                                    \
-    do                                                                         \
-    {                                                                          \
+    do {                                                                       \
         std::string temp(in);                                                  \
         RUNNER_ASSERT_MSG(temp == (test), "Equals: [" << temp << "]");         \
     }                                                                          \