Fixed wrong formatting.
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 7 May 2013 12:22:01 +0000 (21:22 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:55:20 +0000 (13:55 +0900)
src/lib/elm_widget.c

index f1f8640..acdb1e8 100644 (file)
@@ -1335,7 +1335,7 @@ elm_widget_can_focus_set(Evas_Object *obj,
           {
              o = elm_widget_parent_get(o);
              if (!o) break;
-                        sd = evas_object_smart_data_get(o);
+             sd = evas_object_smart_data_get(o);
              if (!sd || sd->child_can_focus) break;
              sd->child_can_focus = EINA_TRUE;
           }