mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: tweak HACKING so we pass "make syntax-check"
* HACKING: Convert leading TABs.
This commit is contained in:
4
HACKING
4
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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user