From 27eb2bcbe65cc6bf13441fc90c745e61131f8b81 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sat, 8 Mar 2014 19:03:50 +0100 Subject: [PATCH] remove trailing whitespaces --- dunst.c | 2 +- dunstify.c | 2 +- menu.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dunst.c b/dunst.c index 0fc1d9e..bf2594f 100644 --- a/dunst.c +++ b/dunst.c @@ -239,7 +239,7 @@ gboolean run(void *data) } if (xctx.visible && (pause_display || displayed->length == 0)) { - x_win_hide(); + x_win_hide(); } if (xctx.visible) { diff --git a/dunstify.c b/dunstify.c index 7958cd6..5a6fafe 100644 --- a/dunstify.c +++ b/dunstify.c @@ -240,7 +240,7 @@ void add_hint(NotifyNotification *n, char *str) gint h_byte = g_ascii_strtoull(value, NULL, 10); if (h_byte < 0 || h_byte > 0xFF) g_printerr("Not a byte: \"%s\"", value); - else + else notify_notification_set_hint_byte(n, name, (guchar) h_byte); } else g_printerr("Malformed hint. Expected a type of int, double, string or byte, got %s\n", type); diff --git a/menu.c b/menu.c index 90b7095..9105b48 100644 --- a/menu.c +++ b/menu.c @@ -151,7 +151,7 @@ void dispatch_menu_result(const char *input) in = strchr(in, ']'); if (in == NULL) break; - default: + default: { // test and open url char *maybe_url = extract_urls(in); if (maybe_url) {