merge with master
[platform/framework/web/wrt-plugins-common.git] / src / wrt-popup / wrt / PopupSerializer.cpp
index 481519a..e9dd99f 100644 (file)
@@ -20,7 +20,6 @@
 
 namespace Wrt {
 namespace PopupSerializer {
-
 void appendArg(int arg, DPL::BinaryQueue &buffer)
 {
     size_t argSize = sizeof(arg);
@@ -54,6 +53,5 @@ std::string getStringArg(DPL::BinaryQueue &buffer)
     buffer.FlattenConsume(str.get(), size);
     return std::string(str.get(), str.get() + size);
 }
-
 }
 } // Wrt