From: Mike McCormack Date: Mon, 7 Nov 2011 06:44:33 +0000 (+0900) Subject: Remove whitespace diff X-Git-Tag: REBUILDD-ARMEL-67367~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d540864a5e4d37d6435cb99cbc40d9ecb91af02;p=framework%2Fuifw%2Felementary.git Remove whitespace diff --- diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 5e549f5..95992cd 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -3295,30 +3295,30 @@ static void _smart_init(void) { if (_e_smart) return; - { - static const Evas_Smart_Class sc = - { - SMART_NAME, - EVAS_SMART_CLASS_VERSION, - _smart_add, - _smart_del, - _smart_move, - _smart_resize, - _smart_show, - _smart_hide, - _smart_color_set, - _smart_clip_set, - _smart_clip_unset, - _smart_calculate, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL - }; - _e_smart = evas_smart_class_new(&sc); - } + { + static const Evas_Smart_Class sc = + { + SMART_NAME, + EVAS_SMART_CLASS_VERSION, + _smart_add, + _smart_del, + _smart_move, + _smart_resize, + _smart_show, + _smart_hide, + _smart_color_set, + _smart_clip_set, + _smart_clip_unset, + _smart_calculate, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL + }; + _e_smart = evas_smart_class_new(&sc); + } } /* happy debug functions */