projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6467947
)
Nit: typo
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 13 Oct 2013 19:51:33 +0000
(21:51 +0200)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:26 +0000
(18:45 +0200)
CODINGSTYLE
patch
|
blob
|
history
diff --git
a/CODINGSTYLE
b/CODINGSTYLE
index
99dbb19
..
6ce9c07
100644
(file)
--- 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 inden
d
ed:
+* conditional includes should be inden
t
ed:
#ifdef FOOBAR
# include "foobar.hpp"