Skip to content

Commit

Permalink
CODINGSTYLE: avoid spaces at the end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 10, 2014
1 parent 76aebed commit a56e5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CODINGSTYLE
Expand Up @@ -4,6 +4,8 @@ SuperTux Coding Standards
* start member variable name with "m_", global variables with "g_" and
static variables with "s_"

* avoid spaces at the end of lines

* proper separation between generic engine code and game specific code
should be done whenever feasible

Expand Down

0 comments on commit a56e5d3

Please sign in to comment.