sed source files to end with 1 new line
This commit is contained in:
@ -68,4 +68,5 @@ scratchpad_show_first(void)
|
||||
for (c = selmon->clients; c && c->tags != SCRATCHPAD_MASK; c = c->next);
|
||||
if (c)
|
||||
scratchpad_show_client(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user