mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Newline rule
This commit is contained in:
parent
e15046d66c
commit
a31eacf1bd
1 changed files with 3 additions and 0 deletions
|
@ -111,3 +111,6 @@ uninstall:
|
|||
whitespace:
|
||||
find . -type f \( -name '*.[ch]' -or -name '*.def' \) -exec sed -i 's/ *$$//' '{}' ';'
|
||||
|
||||
newline:
|
||||
find . -type f \( -name '*.[ch]' -or -name '*.def' \) -exec sed -i -e '$$a\' '{}' ';'
|
||||
|
||||
|
|
Loading…
Reference in a new issue