From c914d3bc38581e163a1fa3e970add2bfea33fc41 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 27 Aug 2007 09:21:49 +0000 Subject: [PATCH] * small fix, this commit mainly for testing commit message delivery pmo-trunk-r3078 --- HACKING | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HACKING b/HACKING index e69f7ac..7bf3acc 100644 --- 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&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 - - - -- 1.7.9.5