From: Tobias Markus Date: Sun, 13 Oct 2013 19:51:33 +0000 (+0200) Subject: Nit: typo X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=e33d06806be5e0980ec5e29ca53e2656ce53d141 Nit: typo --- diff --git a/CODINGSTYLE b/CODINGSTYLE index 99dbb1973..6ce9c079f 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"