seoz pushed a commit to branch master.

commit 648b5728ec3b908a77bf4defc37b829308f58568
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Apr 12 03:19:30 2013 +0900

    elm_colorselector.c: fixed formatting.
---
 src/lib/elm_colorselector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_colorselector.c b/src/lib/elm_colorselector.c
index bc5da90..ff884e7 100644
--- a/src/lib/elm_colorselector.c
+++ b/src/lib/elm_colorselector.c
@@ -1142,7 +1142,7 @@ _sub_obj_size_hints_set(Evas_Object *sobj,
 
    elm_coords_finger_size_adjust(timesw, &minw, timesh, &minh);
    if (sobj && eo_isa(sobj, EDJE_OBJ_CLASS))
-      edje_object_size_min_restricted_calc(sobj, &minw, &minh, minw, minh);
+     edje_object_size_min_restricted_calc(sobj, &minw, &minh, minw, minh);
    evas_object_size_hint_min_set(sobj, minw, minh);
    evas_object_size_hint_max_set(sobj, -1, -1);
 }

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to