Trivial whitespace cleanups

Delete trailing whitespace at the ends of lines;
ensure files have newlines at the end.

Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
This commit is contained in:
Dan Cross
2018-10-11 10:51:07 +00:00
committed by Andrew Pamment
parent 1c7849b724
commit d8c32639e4
7 changed files with 12 additions and 12 deletions

View File

@@ -7,11 +7,11 @@ all: magicka
magicka:
cd src && $(MAKE) -f GNUmakefile.$(OS)
www:
www:
cd src && $(MAKE) -f GNUmakefile.$(OS) www
clean:
cd src && $(MAKE) -f GNUmakefile.$(OS) clean
cleanwww:
cd src && $(MAKE) -f GNUmakefile.$(OS) clean