From 36c5d2fdb7882f1e1eb91bf20c423584b3cad666 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 7 Nov 2011 17:52:25 +0900 Subject: [PATCH] Remove whitespace diff --- src/lib/elm_widget.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 95992cd..4c3916e 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -3297,26 +3297,26 @@ _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 - }; + { + 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); } } -- 2.7.4