From: Jihoon Chung Date: Sat, 20 Apr 2013 11:29:33 +0000 (+0900) Subject: Move Wrt:DB namespace closing branket X-Git-Tag: 2.2.1_release~9^2~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74aa72f00ef67b41c4ebe99b2adda81f870c5235;p=framework%2Fweb%2Fwrt-commons.git Move Wrt:DB namespace closing branket [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 --- diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h b/modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h index 0ee8e52..f8ffde4 100755 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h @@ -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 WidgetApplicationServiceList; - +} // namespace WrtDB #endif /* WRT_WIDGET_DAO_COMMON_DAO_TYPES_H_ */