From 53d98aa87e0b3afb40d41e0afdfea9a4b2593523 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 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"