Remove more trailing whitespace
authoruranther <jwheaton@purdue.edu>
Wed, 15 Jul 2009 21:21:12 +0000 (17:21 -0400)
committeruranther <jwheaton@purdue.edu>
Wed, 15 Jul 2009 21:21:12 +0000 (17:21 -0400)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index ba12e01..15d1f1c 100644 (file)
--- 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();