From a2e0a6efe7adda08e8e1ceb3b7ce5ab712d1574b Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Thu, 15 Dec 2016 18:38:34 +0200 Subject: [PATCH] Remove whitespace from empty line --- src/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification.c b/src/notification.c index 692a88c..61c1b51 100644 --- a/src/notification.c +++ b/src/notification.c @@ -329,7 +329,7 @@ int notification_init(notification * n, int id) if (n->category == NULL) { n->category = ""; } - + rule_apply_all(n); n->urls = notification_extract_markup_urls(&(n->body));