From: Christian Dywan Date: Wed, 16 Apr 2008 23:39:07 +0000 (+0200) Subject: Correct the example of a function definition X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b300ef3377c7f06f864310939b102e08e28ed8;p=midori Correct the example of a function definition --- diff --git a/HACKING b/HACKING index ae54476f..c6248360 100644 --- a/HACKING +++ b/HACKING @@ -15,7 +15,8 @@ Source file example: #include - void foobar(FooEnum bar, const gchar* foo) + void + foobar (FooEnum bar, const gchar* foo) { if(!foo) return;