From: Dirk-Jan C. Binnema Date: Mon, 27 Aug 2007 09:21:49 +0000 (+0000) Subject: * small fix, this commit mainly for testing commit message delivery X-Git-Tag: git_migration_finished~2521 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=c914d3bc38581e163a1fa3e970add2bfea33fc41 * small fix, this commit mainly for testing commit message delivery pmo-trunk-r3078 --- 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 - - -