Remove whitespace from empty line

This commit is contained in:
Nikos Tsipinakis 2016-12-15 18:38:34 +02:00
parent bfd24224aa
commit a2e0a6efe7

View File

@ -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));