Remove whitespace from empty line
This commit is contained in:
parent
bfd24224aa
commit
a2e0a6efe7
@ -329,7 +329,7 @@ int notification_init(notification * n, int id)
|
|||||||
if (n->category == NULL) {
|
if (n->category == NULL) {
|
||||||
n->category = "";
|
n->category = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
rule_apply_all(n);
|
rule_apply_all(n);
|
||||||
|
|
||||||
n->urls = notification_extract_markup_urls(&(n->body));
|
n->urls = notification_extract_markup_urls(&(n->body));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user