Move Wrt:DB namespace closing branket
authorJihoon Chung <jihoon.chung@samsung.com>
Sat, 20 Apr 2013 11:29:33 +0000 (20:29 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Sat, 20 Apr 2013 11:29:33 +0000 (20:29 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Closing branket is entered wrong place.
Move branket to end of file.
[SCMRequest] N/A

Change-Id: I04d925a5c1809371f7ce61f46533b57219573ccf

modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h

index 0ee8e52..f8ffde4 100755 (executable)
@@ -322,7 +322,6 @@ enum SettingsType
     SETTINGS_TYPE_ALWAYS_ASK,
     SETTINGS_TYPE_OFF
 };
-} // namespace WrtDB
 
 struct WidgetSetting
 {
@@ -374,5 +373,5 @@ struct WidgetApplicationService
 };
 
 typedef std::list<WidgetApplicationService> WidgetApplicationServiceList;
-
+} // namespace WrtDB
 #endif /* WRT_WIDGET_DAO_COMMON_DAO_TYPES_H_ */