Removed trailing white spaces 04/22504/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 27 Feb 2014 13:25:15 +0000 (22:25 +0900)
committershoum.chen@samsung.com <shoum.chen@samsung.com>
Wed, 4 Jun 2014 22:00:33 +0000 (18:00 -0400)
Change-Id: Id2fbea4ae5e7e040af65d155658de7495d6210d3

scl/include/sclconfig.h
scl/sclcontroller.cpp
scl/sclkeyfocushandler.cpp
scl/sclresourcecache.cpp
scl/scluibuilder.cpp

index 9460fa7..70cf752 100644 (file)
@@ -104,7 +104,7 @@ typedef enum _SCLKeyModifier {
     KEY_MODIFIER_LONGKEY,                                              /**< longkey event */
     KEY_MODIFIER_MULTITAP_START,                               /**< multitap started */
     KEY_MODIFIER_MULTITAP_REPEAT,                              /**< multitap repeated */
-    
+
     KEY_MODIFIER_DIRECTION_LEFT,                               /**< drag left */
     KEY_MODIFIER_DIRECTION_RIGHT,                              /**< drag right */
     KEY_MODIFIER_DIRECTION_UP,                                 /**< drag up */
index 7e97a4b..3fbad63 100644 (file)
@@ -2238,7 +2238,7 @@ CSCLController::mouse_release(sclwindow window, sclint x, sclint y, scltouchdevi
 
         sclwindow skipwindow = SCLWINDOW_INVALID;
         SCLDisplayMode display_mode = context->get_display_mode();
-        
+
         SclResParserManager *sclres_manager = SclResParserManager::get_instance();
         PSclDefaultConfigure default_configure = NULL;
         if (sclres_manager) {
index 392c48f..fa47a57 100644 (file)
@@ -417,7 +417,7 @@ CSCLKeyFocusHandler::process_navigation(SCLHighlightNavigationDirection directio
     scl8 next_key = m_focus_key;
 
     PSclLayoutKeyCoordinatePointerTable sclres_layout_key_coordinate_pointer_frame = NULL;
-    
+
     if (context && windows && handler && sclres_manager) {
         sclres_layout_key_coordinate_pointer_frame = sclres_manager->get_key_coordinate_pointer_frame();
 
@@ -724,7 +724,7 @@ static Eina_Bool x_event_sniffer_window_show_cb (void *data, int ev_type, void *
 void
 CSCLKeyFocusHandler::create_sniffer_window(void)
 {
-    LOGD("CSCLKeyFocusHandler : INSIDE =-=-=-=- create_sniffer_window : \n");  
+    LOGD("CSCLKeyFocusHandler : INSIDE =-=-=-=- create_sniffer_window : \n");
     Evas_Object *win = NULL;
 
     win = elm_win_add(NULL, "KEY_SNIFFER", ELM_WIN_UTILITY);
index a40df90..0f47411 100644 (file)
@@ -201,7 +201,7 @@ CSCLResourceCache::resize_resource_elements_by_resolution()
         const PSclLabelPropertiesTable sclres_label_properties = sclres_manager->get_label_properties_frame();
         const PSclAutoPopupConfigure sclres_autopopup_configure = sclres_manager->get_autopopup_configure();
         const PSclMagnifierWndConfigure sclres_magnifier_configure = sclres_manager->get_magnifier_configure();
-        
+
         assert(sclres_default_configure != NULL);
         assert(sclres_input_mode_configure != NULL);
         assert(sclres_modifier_decoration != NULL);
@@ -1369,7 +1369,7 @@ void CSCLResourceCache::generate_autopopup_layout( const SclLayoutKeyCoordinate
                                     autopopup_configure->decoration_size * utils->get_smallest_custom_scale_rate();
                                 break;
                         }
-                        
+
                         (*pCurButtonContext)[loop + decoidx].used = TRUE;
                         (*pCurLayoutKeyCoordinates)[loop + decoidx].valid = TRUE;
                         (*pCurLayoutKeyCoordinates)[loop + decoidx].button_type = BUTTON_TYPE_UIITEM;
@@ -1671,4 +1671,4 @@ SclPoint
 CSCLResourceCache::get_custom_starting_coordinates()
 {
     return mCurStartingCoordinates;
-}
\ No newline at end of file
+}
index 632f926..e66f71a 100644 (file)
@@ -751,7 +751,7 @@ CSCLUIBuilder::draw_button_bg_by_img(const sclwindow window, const scldrawctx dr
         /* Check if we need to decorate the button's drag state */
         //if (context->get_cur_drag_state(context->get_last_touch_device_id()) != SCL_DRAG_STATE_NONE &&
         if (context->get_cur_key_modifier(context->get_last_touch_device_id()) != KEY_MODIFIER_NONE &&
-            context->get_cur_pressed_window(context->get_last_touch_device_id()) == window && 
+            context->get_cur_pressed_window(context->get_last_touch_device_id()) == window &&
             context->get_cur_pressed_key(context->get_last_touch_device_id()) == key_index &&
             coordinate->modifier_decorator) {
                 sclchar *decoration_bg_img = NULL;
@@ -863,7 +863,7 @@ CSCLUIBuilder::draw_button_bg_by_layoutimg(const sclwindow window, const scldraw
         /* Check if we need to decorate the button's drag state */
         //if (context->get_cur_drag_state(context->get_last_touch_device_id()) != SCL_DRAG_STATE_NONE &&
         if (context->get_cur_key_modifier(context->get_last_touch_device_id()) != KEY_MODIFIER_NONE &&
-            context->get_cur_pressed_window(context->get_last_touch_device_id()) == window && 
+            context->get_cur_pressed_window(context->get_last_touch_device_id()) == window &&
             context->get_cur_pressed_key(context->get_last_touch_device_id()) == key_index &&
             coordinate->modifier_decorator) {
                 sclchar *decoration_bg_img = NULL;