seoz pushed a commit to branch master.

commit 2b8af467f51bbea9fa7fad8f1daba52301271477
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Aug 11 15:00:43 2013 +0900

    elm_panes.c: formatting fix while reading the code.
---
 src/lib/elm_panes.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_panes.c b/src/lib/elm_panes.c
index 875fdd8..52e78a3 100644
--- a/src/lib/elm_panes.c
+++ b/src/lib/elm_panes.c
@@ -340,8 +340,8 @@ _elm_panes_smart_content_left_size_set(Eo *obj, void *_pd, 
va_list *list)
    Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS);
 
    if (size < 0.0) size = 0.0;
-   else if (size > 1.0)
-     size = 1.0;
+   else if (size > 1.0) size = 1.0;
+
    if (sd->horizontal)
      edje_object_part_drag_value_set
        (wd->resize_obj, "elm.bar", 0.0, size);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to