gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16622 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r16622 - gnunet
Date: Mon, 29 Aug 2011 12:25:18 +0200

Author: grothoff
Date: 2011-08-29 12:25:18 +0200 (Mon, 29 Aug 2011)
New Revision: 16622

Modified:
   gnunet/HACKING
Log:
docu

Modified: gnunet/HACKING
===================================================================
--- gnunet/HACKING      2011-08-29 10:24:13 UTC (rev 16621)
+++ gnunet/HACKING      2011-08-29 10:25:18 UTC (rev 16622)
@@ -65,7 +65,7 @@
 
 
 Coding style:
-- GNU guidelines apply
+- GNU guidelines generally apply
 - declare only one variable per line, so 
 
   int i;
@@ -74,6 +74,9 @@
   instead of
 
   int i,j;
+- Indentation should be done using the 'pre-commit' script in the top-level
+  directory using the patched (!) GNU indent.  See also the posting at
+  https://gnunet.org/gnunetindentation
 
 
 Build-system:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]