aboutsummaryrefslogtreecommitdiff
path: root/doc/Coding_style
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-17 19:00:24 (GMT)
committerfluxgen <fluxgen>2002-02-17 19:00:24 (GMT)
commit552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch)
treeafef474ccd73266ec2421f521f56b5088680766c /doc/Coding_style
parentc66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff)
downloadfluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip
fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2
include guard
Diffstat (limited to 'doc/Coding_style')
-rw-r--r--doc/Coding_style2
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
37The include guards: 37The include guards:
38_FILENAME_HH_ 38FILENAME_HH
39 39
40 40
41Function comments: 41Function comments: