aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:25:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:25:18 +0000
commitfe4798e8542441278c364c469384caa7635f36c5 (patch)
tree915ff8c1b76eea9f75bd8c0ebdb8ee38a837dd2b /HACKING
parent8f4d186f4619c9b17ef4fb2e83398dd18c3ae24c (diff)
downloadgnunet-fe4798e8542441278c364c469384caa7635f36c5.tar.gz
gnunet-fe4798e8542441278c364c469384caa7635f36c5.zip
docu
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ecd9e6adb..82de084c9 100644
--- a/HACKING
+++ b/HACKING
@@ -65,7 +65,7 @@ src/ directories:
65 65
66 66
67Coding style: 67Coding style:
68- GNU guidelines apply 68- GNU guidelines generally apply
69- declare only one variable per line, so 69- declare only one variable per line, so
70 70
71 int i; 71 int i;
@@ -74,6 +74,9 @@ Coding style:
74 instead of 74 instead of
75 75
76 int i,j; 76 int i,j;
77- Indentation should be done using the 'pre-commit' script in the top-level
78 directory using the patched (!) GNU indent. See also the posting at
79 https://gnunet.org/gnunetindentation
77 80
78 81
79Build-system: 82Build-system: