aboutsummaryrefslogtreecommitdiffhomepage
path: root/xdgmimeglob.c
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 09:51:16 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 09:51:16 +0800
commitc6372a1b3f56d7022f135b8f1baeaff44816ec7c (patch)
tree1e274b07fc1942d7f39d334771c7d621a164b15f /xdgmimeglob.c
parent41b8db063c032c673e366d81bccf37022b9c1d4f (diff)
remove trailing spaces
This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
Diffstat (limited to 'xdgmimeglob.c')
-rw-r--r--xdgmimeglob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdgmimeglob.c b/xdgmimeglob.c
index ff3e2774..ef4a4608 100644
--- a/xdgmimeglob.c
+++ b/xdgmimeglob.c
@@ -302,11 +302,11 @@ _xdg_glob_hash_lookup_file_name (XdgGlobHash *glob_hash,
mime_type = (_xdg_glob_hash_node_lookup_file_name (glob_hash->simple_node, ptr, FALSE));
if (mime_type != NULL)
return mime_type;
-
+
mime_type = (_xdg_glob_hash_node_lookup_file_name (glob_hash->simple_node, ptr, TRUE));
if (mime_type != NULL)
return mime_type;
-
+
ptr = strchr (ptr+1, '.');
}