From 3a18de9cb89ba7de3354dda7d9dd53f990c34eac Mon Sep 17 00:00:00 2001 From: uranther Date: Wed, 15 Jul 2009 17:21:12 -0400 Subject: Remove more trailing whitespace --- uzbl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index ba12e01..15d1f1c 100644 --- a/uzbl.c +++ b/uzbl.c @@ -705,7 +705,7 @@ log_history_cb () { if (uzbl.behave.history_handler) { GTimeVal the_time; gchar *date; - + g_get_current_time(&the_time); /* no need to wrap this string with quotes since it contains no spaces. format is like: 2009-06-26T20:02:05.262864Z */ @@ -2511,7 +2511,7 @@ settings_init () { for (i = 0; default_config[i].command != NULL; i++) { parse_cmd_line(default_config[i].command, NULL); } - + if (g_strcmp0(s->config_file, "-") == 0) { s->config_file = NULL; create_stdin(); -- cgit v1.2.3