From 77baf26a7f2f64ddf1274035fd4991ab17345904 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 17 Jul 2007 02:48:16 +0200 Subject: remove trailing whitespace --- parser/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/parse.c') diff --git a/parser/parse.c b/parser/parse.c index 54720360..8c2d012e 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -412,7 +412,7 @@ void parse_paths_startup() xdg_config_dir_paths = slist_path_add(xdg_config_dir_paths, g_strdup(xdg_config_home_path), (GSListFunc) g_slist_prepend); - + path = g_getenv("XDG_DATA_DIRS"); if (path && path[0] != '\0') /* not unset or empty */ xdg_data_dir_paths = split_paths(path); -- cgit v1.2.3