From a56e5d3dd6141e10ebc76f96d8273eed8a84bed2 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 10 Aug 2014 23:26:17 +0200 Subject: [PATCH] CODINGSTYLE: avoid spaces at the end of lines --- CODINGSTYLE | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0