[entry] Fixed indentation.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 12 Jul 2011 03:37:42 +0000 (12:37 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 12 Jul 2011 03:37:42 +0000 (12:37 +0900)
src/lib/elm_entry.c

index 700dfed..6499b40 100644 (file)
@@ -971,7 +971,7 @@ _show_region_hook(void *data, Evas_Object *obj)
    if (!wd) return;
    elm_widget_show_region_get(obj, &x, &y, &w, &h);
    if (wd->scroll)
-      elm_smart_scroller_child_region_show(wd->scroller, x, y, w, h);
+     elm_smart_scroller_child_region_show(wd->scroller, x, y, w, h);
 }
 
 static void