diff options
author | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
commit | 552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch) | |
tree | afef474ccd73266ec2421f521f56b5088680766c /doc | |
parent | c66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff) | |
download | fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2 |
include guard
Diffstat (limited to 'doc')
-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: |