diff src/dmtool.h @ 2404:bcd33c77c605

Cosmetic cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 20:04:54 +0200
parents a9516570cc26
children
line wrap: on
line diff
--- a/src/dmtool.h	Sun Jan 12 20:53:35 2020 +0200
+++ b/src/dmtool.h	Mon Jan 13 20:04:54 2020 +0200
@@ -7,8 +7,11 @@
 #ifndef DMTOOL_H
 #define DMTOOL_H 1
 
+
 // Get rid of the SDL_main mess for some commandline tools
 #define _SDL_main_h
 #define SDL_main main
 
-#endif
+
+#endif // DMTOOL_H
+