aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-07-15 17:21:12 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-07-15 17:21:12 -0400
commit3a18de9cb89ba7de3354dda7d9dd53f990c34eac (patch)
tree6d7d0096d265d2c8464d97861ed9bd56f46a6d62 /uzbl.c
parente55693577ca32093b407824f2e5d38b258758f4d (diff)
Remove more trailing whitespace
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c4
1 files changed, 2 insertions, 2 deletions
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();