From: Jim Meyering Date: Tue, 4 Aug 2009 12:01:38 +0000 (+0200) Subject: build: tweak HACKING so we pass "make syntax-check" X-Git-Tag: 1.0.66~23 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1fc38df2dfe7e991e27d4c2fdd50fbd41ee9cf70;p=libguestfs.git build: tweak HACKING so we pass "make syntax-check" * HACKING: Convert leading TABs. --- diff --git a/HACKING b/HACKING index 815ee16..cb339bd 100644 --- a/HACKING +++ b/HACKING @@ -44,8 +44,8 @@ If you use Emacs, add the following to one of one of your start-up files (setq c-indent-level 2) (setq c-basic-offset 2)) (add-hook 'c-mode-hook - '(lambda () (if (string-match "/libguestfs" (buffer-file-name)) - (libguestfs-c-mode)))) + '(lambda () (if (string-match "/libguestfs" (buffer-file-name)) + (libguestfs-c-mode)))) Directories ----------------------------------------------------------------------