Fix coding style 93/216093/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 21 Oct 2019 05:04:45 +0000 (14:04 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 21 Oct 2019 05:04:45 +0000 (14:04 +0900)
Change-Id: Idc9d3624eee67e22d6fdb45dae8703c5c3c6b3c7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index f818d57..dc2b14d 100644 (file)
@@ -3515,7 +3515,7 @@ public:
             isf_wsc_context_input_panel_mime_type_accept_set (ic, ic->impl->mime_type.c_str ());
 
         if (_TV) {
-            isf_wsc_context_send_entry_metadata (ic, wsc_context_input_hint_get (ic),  wsc_context_input_panel_layout_get (ic),
+            isf_wsc_context_send_entry_metadata (ic, wsc_context_input_hint_get (ic), wsc_context_input_panel_layout_get (ic),
                     wsc_context_input_panel_layout_variation_get (ic), wsc_context_autocapital_type_get (ic), ic->return_key_disabled,
                     (Ecore_IMF_Input_Panel_Return_Key_Type)ic->return_key_type);
         }