diff --git a/CODINGSTYLE b/CODINGSTYLE index 99dbb197341..6ce9c079f5b 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -14,7 +14,7 @@ SuperTux Coding Standards * properly separate data members and member functions, don't mix them in the same public/private/protected section -* conditional includes should be indended: +* conditional includes should be indented: #ifdef FOOBAR # include "foobar.hpp"