* small fix, this commit mainly for testing commit message delivery
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 27 Aug 2007 09:21:49 +0000 (09:21 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 27 Aug 2007 09:21:49 +0000 (09:21 +0000)
pmo-trunk-r3078

HACKING

diff --git a/HACKING b/HACKING
index e69f7ac..7bf3acc 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -10,7 +10,7 @@ Here are some additional notes.
 
 Your editor may help you with this, for example for emacs:
 
-       (c-set-style "K&amp;R")
+       (c-set-style "K&R")
        (setq tab-width 8)
        (setq indent-tabs-mode t)
        (setq c-basic-offset 8)
@@ -55,6 +55,3 @@ GLib/GTK+/GObject. Some things to remember:
   for NULL returns;
 * g_return_if_fail, g_return_if_reached and friends may be 'turned off', 
   ie. they are to be used for error checking,  but not for your programming logic
-
-
-