Fix coding style 41/81541/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 26 Jul 2016 23:39:23 +0000 (08:39 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 27 Jul 2016 01:34:03 +0000 (18:34 -0700)
Change-Id: Ied5c5a302a1906b7985e8ea39968c7158bccf36a

scl/sclcontroller.cpp
scl/sclresourcecache.cpp

index 045589d..b652ada 100644 (file)
@@ -203,7 +203,7 @@ CSCLController::process_input_mode_change(const sclbyte mode)
     CSCLResourceCache *cache = CSCLResourceCache::get_instance();
     SclResParserManager *sclres_manager = SclResParserManager::get_instance();
 
-    if(!utils || !context || !windows || !cache || !sclres_manager) return FALSE;
+    if (!utils || !context || !windows || !cache || !sclres_manager) return FALSE;
 
     PSclInputModeConfigure sclres_input_mode_configure = sclres_manager->get_input_mode_configure_table();
     if (!sclres_input_mode_configure) return FALSE;
index a3e2e1d..bf793fa 100644 (file)
@@ -1621,7 +1621,7 @@ void CSCLResourceCache::enable_button(const sclchar *custom_id, sclboolean enabl
         sclbyte layout_index = NOT_USED;
         PSclLayoutKeyCoordinatePointerTable sclres_layout_key_coordinate_pointer_frame =
             sclres_manager->get_key_coordinate_pointer_frame();
-        if(!sclres_layout_key_coordinate_pointer_frame) return;
+        if (!sclres_layout_key_coordinate_pointer_frame) return;
 
         if (context) {
             layout_index = context->get_base_layout();