diff options
Diffstat (limited to 'doc/Coding_style')
-rw-r--r-- | doc/Coding_style | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Coding_style b/doc/Coding_style index a5bc90c..d57dcf1 100644 --- a/doc/Coding_style +++ b/doc/Coding_style | |||
@@ -35,7 +35,7 @@ tab for indent next row in if-statement like this: | |||
35 | funktion(); | 35 | funktion(); |
36 | 36 | ||
37 | The include guards: | 37 | The include guards: |
38 | _FILENAME_HH_ | 38 | FILENAME_HH |
39 | 39 | ||
40 | 40 | ||
41 | Function comments: | 41 | Function comments: |