Elementary: Removed trailing whitespaces.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 02:42:50 +0000 (02:42 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 02:42:50 +0000 (02:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58944 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in
src/lib/elm_genlist.c
src/lib/elm_main.c

index 8a154cf..cff72ec 100644 (file)
@@ -240,7 +240,7 @@ extern "C" {
    EAPI const char  *elm_app_lib_dir_get(void);
    EAPI const char  *elm_app_data_dir_get(void);
    EAPI const char  *elm_app_locale_dir_get(void);
-         
+
    EAPI void         elm_quicklaunch_mode_set(Eina_Bool ql_on);
    EAPI Eina_Bool    elm_quicklaunch_mode_get(void);
    EAPI int          elm_quicklaunch_init(int argc, char **argv);
index c14e7ce..f2471ad 100644 (file)
@@ -1862,7 +1862,7 @@ _item_realize(Elm_Genlist_Item *it,
      }
    else
      {
-        /* FIXME: If you see that assert, please notify us and we 
+        /* FIXME: If you see that assert, please notify us and we
            will clean our mess */
         assert(eina_list_count(it->icon_objs) == 0);
 
index 3b6413f..5d33cf8 100644 (file)
@@ -344,10 +344,10 @@ _prefix_check(void)
    char **argv = NULL;
    const char *dirs[4] = { NULL, NULL, NULL, NULL };
    char *caps = NULL, *p1, *p2;
-   
+
    if (app_pfx) return;
    if (!app_domain) return;
-   
+
    ecore_app_args_get(&argc, &argv);
    if (argc < 1) return;
 
@@ -445,7 +445,7 @@ elm_shutdown(void)
    if (_elm_init_count > 0) return _elm_init_count;
    _elm_win_shutdown();
    while (_elm_win_deferred_free) ecore_main_loop_iterate();
-// wrningz :(   
+// wrningz :(
 //   _prefix_shutdown();
    elm_quicklaunch_sub_shutdown();
    elm_quicklaunch_shutdown();
@@ -493,7 +493,7 @@ elm_app_prefix_dir_get(void)
    app_prefix_dir = eina_prefix_get(app_pfx);
    return app_prefix_dir;
 }
-   
+
 EAPI const char *
 elm_app_bin_dir_get(void)
 {
@@ -644,7 +644,7 @@ elm_quicklaunch_init(int    argc,
 
    if (argv) _elm_appname = strdup(ecore_file_file_get(argv[0]));
 
-   pfx = eina_prefix_new(NULL, elm_init, 
+   pfx = eina_prefix_new(NULL, elm_init,
                          "ELM", "elementary", "config/profile.cfg",
                          PACKAGE_LIB_DIR, /* don't have a bin dir currently */
                          PACKAGE_LIB_DIR,