sed source files to end with 1 new line

This commit is contained in:
pepper-jelly
2021-06-14 08:16:17 +03:00
parent c968fd9aae
commit 0733c39e0c
249 changed files with 432 additions and 187 deletions

1
drw.h
View File

@ -100,3 +100,4 @@ void drw_arrow(Drw *drw, int x, int y, unsigned int w, unsigned int h, int direc
/* Map functions */
void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h);