Formatting.

SVN revision: 31269
This commit is contained in:
Sebastian Dransfeld 2007-08-12 19:18:16 +00:00
parent 2f35dd7ab3
commit 399d1a5c1b
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ efreet_mime_shared_mimeinfo_globs_load(const char *file)
*pp = 0;
if(ext[0] == '*' && ext[1] == '.')
if (ext[0] == '*' && ext[1] == '.')
{
ecore_hash_set(wild, (void*)ecore_string_instance(&(ext[2])),
(void*)ecore_string_instance(mimetype));