CODINGSTYLE: avoid spaces at the end of lines
authorIngo Ruhnke <grumbel@gmail.com>
Sun, 10 Aug 2014 21:26:17 +0000 (23:26 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sun, 10 Aug 2014 21:26:17 +0000 (23:26 +0200)
CODINGSTYLE

index 338ffdc..1dca62e 100644 (file)
@@ -4,6 +4,8 @@ SuperTux Coding Standards
 * start member variable name with "m_", global variables with "g_" and
   static variables with "s_"
 
+* avoid spaces at the end of lines
+
 * proper separation between generic engine code and game specific code
   should be done whenever feasible