From e33d06806be5e0980ec5e29ca53e2656ce53d141 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Sun, 13 Oct 2013 21:51:33 +0200 Subject: [PATCH] Nit: typo --- CODINGSTYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0