seoz pushed a commit to branch master.

commit bc7493ff1ab18f3eb4bf0bb71045f06316517481
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Aug 22 05:18:09 2013 +0900

    elc_fileselector.c: fixed formatting.
---
 src/lib/elc_fileselector.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c
index 6443c04..bac850e 100644
--- a/src/lib/elc_fileselector.c
+++ b/src/lib/elc_fileselector.c
@@ -772,8 +772,8 @@ _on_text_clicked(void *data __UNUSED__,
 
 static void
 _on_text_activated(void *data,
-                  Evas_Object *obj,
-                  void *event_info __UNUSED__)
+                   Evas_Object *obj,
+                   void *event_info __UNUSED__)
 {
    Evas_Object *fs = data;
    const char *p;
@@ -791,8 +791,8 @@ _on_text_activated(void *data,
 
 static void
 _on_text_unfocused(void *data,
-                  Evas_Object *obj __UNUSED__,
-                  void *event_info __UNUSED__)
+                   Evas_Object *obj __UNUSED__,
+                   void *event_info __UNUSED__)
 {
    ELM_FILESELECTOR_DATA_GET(data, sd);
    _anchors_do(data, sd->path);
@@ -1258,7 +1258,7 @@ _selected_get(Eo *obj EINA_UNUSED, void *_pd, va_list 
*list)
    fp = elm_object_text_get(sd->path_entry);
    if (ecore_file_exists(fp))
      {
-       eina_stringshare_replace(&sd->selection, fp);
+        eina_stringshare_replace(&sd->selection, fp);
 
         *ret = sd->selection;
         return;

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to