sed source files to end with 1 new line
This commit is contained in:
@@ -10,4 +10,5 @@ findbefore(Client *c) {
|
||||
return NULL;
|
||||
for (p = c->mon->clients; p && p->next != c; p = p->next);
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user