Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / wrt-popup / wrt / popup-bin / InfoPopup.cpp
index 2b9cc37..5a58fa2 100644 (file)
@@ -29,7 +29,6 @@
 
 namespace Wrt {
 namespace Popup {
-
 void InfoPopup::show(DPL::BinaryQueueAutoPtr data, WrtPopup* parent)
 {
     LogDebug("Entered");
@@ -69,6 +68,5 @@ void InfoPopup::responseCallback(const Renderer::AnswerCallbackData &answer)
     PopupSerializer::appendArg(answer.buttonAnswer, retValue);
     m_parent->response(retValue);
 }
-
 } // Popup
 } // Wrt