merge with master
[framework/web/wrt-plugins-common.git] / src / modules / API / SoftKeyboardChangeEvent / SoftKeyboardChangeEvent.cpp
index 154a014..7cd04ba 100644 (file)
 namespace WrtDeviceApis {
 namespace SoftKeyboardChangeEvent {
 namespace Api {
-
 SoftKeyboardChangeEvent::SoftKeyboardChangeEvent(
-        std::string state, int width, int height):
+    std::string state, int width, int height) :
     m_state(state), m_width(width), m_height(height)
-{
-}
+{}
 
 SoftKeyboardChangeEvent::~SoftKeyboardChangeEvent()
-{
-}
+{}
 
 std::string SoftKeyboardChangeEvent::getState() const
 {
@@ -51,7 +48,6 @@ int SoftKeyboardChangeEvent::getHeight() const
 {
     return m_height;
 }
-
 } // Api
 } // SoftKeyboardChangeEvent
 } // WrtDeviceApis