Tizen 2.0 Release
[framework/web/wrt-commons.git] / modules / core / include / dpl / sstream.h
index 32e21d3..aba4e0f 100644 (file)
@@ -25,9 +25,7 @@
 #include <sstream>
 #include <dpl/string.h>
 
-namespace DPL
-{
-
+namespace DPL {
 // @brief DPL IStringStream
 typedef std::basic_istringstream<CharTraits::char_type,
                                  CharTraits> IStringStream;
@@ -35,8 +33,6 @@ typedef std::basic_istringstream<CharTraits::char_type,
 // @brief DPL OStringStream
 typedef std::basic_ostringstream<CharTraits::char_type,
                                  CharTraits> OStringStream;
-
 } //namespace DPL
 
-
 #endif // DPL_CORE_INCLUDE_SSTREAM_H_