From 74b300ef3377c7f06f864310939b102e08e28ed8 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 17 Apr 2008 01:39:07 +0200 Subject: [PATCH] Correct the example of a function definition --- HACKING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;