remove trailing spaces

SVN revision: 31638
This commit is contained in:
doursse 2007-09-06 16:15:10 +00:00 committed by doursse
parent 5209a42671
commit 6a7494bba7
30 changed files with 744 additions and 765 deletions

View File

@ -1,4 +1,6 @@
SUBDIRS = data compare
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = \

View File

@ -525,4 +525,3 @@ const char *icons[] = {
};
#endif

View File

@ -300,4 +300,3 @@ ef_cb_efreet_config_dirs(void)
}
return ret;
}

View File

@ -392,6 +392,3 @@ ef_cb_desktop_type_parse(void)
efreet_desktop_free(desktop);
return ret;
}

View File

@ -599,4 +599,3 @@ ef_read_dir(const char *dir, Ecore_Hash *icons)
}
ecore_list_destroy(files);
}

View File

@ -80,4 +80,3 @@ ef_cb_locale(void)
return ret;
}

View File

@ -150,4 +150,3 @@ ef_cb_menu_edit(void)
efreet_menu_free(menu);
return 1;
}

View File

@ -55,4 +55,3 @@ dump(Efreet_Menu *menu, const char *path)
}
}
}

View File

@ -168,4 +168,3 @@ main(int argc, char ** argv)
printf("Total run: %.3f seconds\n", ecore_time_get() - total);
return 0;
}

View File

@ -42,4 +42,3 @@ int efreet_shutdown(void);
#endif
#endif

View File

@ -187,5 +187,3 @@ efreet_array_cat(char *buffer, size_t size, const char *strs[])
}
return n;
}

View File

@ -209,4 +209,3 @@ efreet_dirs_get(const char *key, const char *fallback)
return dirs;
}

View File

@ -28,4 +28,3 @@ const char *efreet_cache_home_get(void);
*/
#endif

View File

@ -148,4 +148,3 @@ void efreet_desktop_cache_flush(void);
*/
#endif

View File

@ -178,4 +178,3 @@ void efreet_icon_free(Efreet_Icon *icon);
*/
#endif

View File

@ -57,4 +57,3 @@ void efreet_ini_double_set(Efreet_Ini *ini, const char *key,
*/
#endif

View File

@ -3910,4 +3910,3 @@ efreet_menu_cb_move_compare(Efreet_Menu_Move *move, const char *old)
{
return ecore_str_compare(move->old_name, old);
}

View File

@ -67,4 +67,3 @@ void efreet_menu_dump(Efreet_Menu *menu, const char *indent);
*/
#endif

View File

@ -1237,4 +1237,3 @@ efreet_mime_glob_case_match(char *str, const char *glob)
if (!fnmatch(str, tglob, 0)) return 1;
return 0;
}

View File

@ -212,4 +212,3 @@ const char *efreet_desktop_environment_get(void);
*/
#endif

View File

@ -58,4 +58,3 @@ const char *efreet_xml_attribute_get(Efreet_Xml *xml, const char *key);
*/
#endif