From 42eda8a29dec9ec3eeaa9407cf7ba441b4451c4e Mon Sep 17 00:00:00 2001 From: seoz Date: Tue, 13 Sep 2011 16:59:25 +0000 Subject: [PATCH] elm elm_widget.c: Fixed indentation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_widget.c | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 4d96c6b..3069a41 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -3400,30 +3400,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 */ -- 2.7.4