From: Ingo Ruhnke Date: Sun, 10 Aug 2014 21:26:17 +0000 (+0200) Subject: CODINGSTYLE: avoid spaces at the end of lines X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=a56e5d3dd6141e10ebc76f96d8273eed8a84bed2 CODINGSTYLE: avoid spaces at the end of lines --- diff --git a/CODINGSTYLE b/CODINGSTYLE index 338ffdc3e..1dca62e82 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -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