summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjcb <djcb@djcbsoftware.nl>2012-07-24 03:29:34 +0300
committerdjcb <djcb@djcbsoftware.nl>2012-07-24 03:29:34 +0300
commit535b1107c4389348476271babc4b0d196079500d (patch)
tree5cc25ce6d83865978de633325d2f928fbf368e72
parentf00673e46819d3be958621e6c74a194fcac74bc9 (diff)
* minor
-rw-r--r--HACKING8
1 files changed, 6 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 7537d6d..4ebdf1f 100644
--- a/HACKING
+++ b/HACKING
@@ -39,7 +39,7 @@
declares a function of 'mu_foo_bar (int a);', mu-foo.c implements this.
8. non-global functions *don't* have the module prefix, and are declared
- static.'
+ static.
9. functions have their return type on a separate line before the function
name, so:
@@ -113,5 +113,9 @@
# Local Variables:
-# mode: org; org-startup-folded: nil
+# mode: org; org-startup-folded: nofold
# End:
+
+
+
+