seoz pushed a commit to branch master.

commit 8fb7655ceefa23de7dd0d50d9eceef42772b9f8e
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Apr 16 22:55:00 2013 +0900

    elm_entry, elm_layout: fixed formatting.
    
    1. fixed formatting.
    2. removed unnecessary lines.
---
 src/lib/elm_entry.c  | 1 -
 src/lib/elm_layout.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c
index b96d741..ee5d164 100644
--- a/src/lib/elm_entry.c
+++ b/src/lib/elm_entry.c
@@ -3080,7 +3080,6 @@ _elm_entry_smart_theme_enable(Eo *obj EINA_UNUSED, void 
*_pd EINA_UNUSED, va_lis
    *enable = EINA_FALSE;
 }
 
-
 EAPI Evas_Object *
 elm_entry_add(Evas_Object *parent)
 {
diff --git a/src/lib/elm_layout.c b/src/lib/elm_layout.c
index 3a5c232..b033a8b 100644
--- a/src/lib/elm_layout.c
+++ b/src/lib/elm_layout.c
@@ -319,7 +319,7 @@ _elm_layout_smart_theme(Eo *obj, void *_pd, va_list *list)
 
    /* function already prints error messages, if any */
    int_ret = elm_widget_theme_object_set
-       (obj, wd->resize_obj, sd->klass, sd->group,
+      (obj, wd->resize_obj, sd->klass, sd->group,
        elm_widget_style_get(obj));
 
    edje_object_mirrored_set

-- 

------------------------------------------------------------------------------
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