X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fcore%2Finclude%2Fdpl%2Fcolors.h;h=c7cfd536b25d7ea7e1911a030fb777b3ae47ae5a;hb=dbb2731bea2b45af66969a5ccdf7ac2270c2dc01;hp=efc104d023a0440f25a91c220874f0d5a675b495;hpb=45bf3bfbb061b87511ece6f50b1aa6c803844a65;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules/core/include/dpl/colors.h b/modules/core/include/dpl/colors.h index efc104d..c7cfd53 100644 --- a/modules/core/include/dpl/colors.h +++ b/modules/core/include/dpl/colors.h @@ -24,15 +24,9 @@ #ifndef DPL_COLORS_H #define DPL_COLORS_H -namespace DPL -{ - -namespace Colors -{ - -namespace Text -{ - +namespace DPL { +namespace Colors { +namespace Text { extern const char* BOLD_GREEN_BEGIN; extern const char* BOLD_GREEN_END; extern const char* PURPLE_BEGIN; @@ -51,12 +45,9 @@ extern const char* BOLD_GOLD_BEGIN; extern const char* BOLD_GOLD_END; extern const char* BOLD_WHITE_BEGIN; extern const char* BOLD_WHITE_END; - } //namespace Text -namespace Html -{ - +namespace Html { extern const char* BOLD_GREEN_BEGIN; extern const char* BOLD_GREEN_END; extern const char* PURPLE_BEGIN; @@ -75,11 +66,8 @@ extern const char* BOLD_GOLD_BEGIN; extern const char* BOLD_GOLD_END; extern const char* BOLD_WHITE_BEGIN; extern const char* BOLD_WHITE_END; - } //namespace Html - } //namespace Colors - } //namespace DPL #endif /* DPL_COLORS_H */