]> spindle.queued.net Git - midori/commitdiff
Correct the example of a function definition
authorChristian Dywan <christian@twotoasts.de>
Wed, 16 Apr 2008 23:39:07 +0000 (01:39 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 16 Apr 2008 23:39:07 +0000 (01:39 +0200)
HACKING

diff --git a/HACKING b/HACKING
index ae54476f879f12b0e9cd5521d8aab18695223a27..c6248360ef784ebe3b3b4c63b1f6ba3b9cbbc21a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -15,7 +15,8 @@ Source file example:
 
     #include <glib.h>
 
-    void foobar(FooEnum bar, const gchar* foo)
+    void
+    foobar (FooEnum bar, const gchar* foo)
     {
         if(!foo)
             return;