summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2008-04-17 01:39:07 +0200
committerChristian Dywan <christian@twotoasts.de>2008-04-17 01:39:07 +0200
commitee0f9b61506113fac3568f04ed3f2133960b4c26 (patch)
tree8755d0f50429af5bf2f4eb28d8371f8487bd01bc /HACKING
parented93478b2514afff80582f51c2c0c8e38fea44b0 (diff)
downloadmidori-ee0f9b61506113fac3568f04ed3f2133960b4c26.tar.gz
Correct the example of a function definition
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ae54476f..c6248360 100644
--- 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;