From f562bba47f69a3507b965c7df741351320777737 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 21 Aug 2009 06:05:35 +0000 Subject: [PATCH] Formatting. SVN revision: 41908 --- src/bin/e_widget_toolbar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_widget_toolbar.c b/src/bin/e_widget_toolbar.c index 6f2a5dc31..0c222e4ea 100644 --- a/src/bin/e_widget_toolbar.c +++ b/src/bin/e_widget_toolbar.c @@ -335,8 +335,7 @@ _e_wid_cb_scrollframe_resize(void *data, Evas *e, Evas_Object *obj, void *event_ Item *it; wd = e_widget_data_get(data); - - if (wd->o_base == NULL || wd->o_box == NULL) return ; + if ((!wd->o_base) || (!wd->o_box)) return; e_scrollframe_child_viewport_size_get(wd->o_base, &vw, &vh); e_box_min_size_get(wd->o_box, &mw, &mh);