remove whitespace

This commit is contained in:
nopjmp 2014-06-16 21:32:25 -05:00
parent 788bd964d7
commit 71032c3c11

View File

@ -318,7 +318,6 @@ int notification_init(notification * n, int id)
} else { } else {
notification_close_by_id(id, -1); notification_close_by_id(id, -1);
n->id = id; n->id = id;
} }
n->dup_count = 0; n->dup_count = 0;