From 2893d8692ee1b1c774560fb451cffa16c0ca926d Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 27 Apr 2011 02:42:50 +0000 Subject: [PATCH] Elementary: Removed trailing whitespaces. SVN revision: 58944 --- legacy/elementary/src/lib/Elementary.h.in | 2 +- legacy/elementary/src/lib/elm_genlist.c | 2 +- legacy/elementary/src/lib/elm_main.c | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 8a154cf094..cff72ec817 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -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); diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index c14e7ce033..f2471adc34 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -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); diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 3b6413fc7a..5d33cf80df 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -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,