seoz pushed a commit to branch master.

commit c7d2f5201ca43db1976589db8ca57b2a3d4e1b3a
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat May 11 01:58:34 2013 +0900

    elm_widget.c: formatting fix.
    
    I am surprised that one space can annoy me.
---
 src/lib/elm_widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 02daad8..85d9d68 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -4735,7 +4735,7 @@ _elm_widget_display_mode_set(Eo *obj, void *_pd, va_list 
*list)
    evas_object_size_hint_display_mode_set(obj, dispmode);
 
    EINA_LIST_FOREACH (sd->subobjs, l, child)
-      elm_widget_display_mode_set(child, dispmode);
+     elm_widget_display_mode_set(child, dispmode);
 }
 
 EAPI void

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to