From e645763007e7097c14c1c3ba94010f2e32e536bf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Nov 2009 15:14:53 +0100 Subject: indent with spaces, not TABs * HACKING: Expand indentation TABs. * configure.ac: Likewise. * daemon/daemon.h: Likewise. * daemon/guestfsd.c: Likewise. * fuse/guestmount.c: Likewise. * hivex/LICENSE: Likewise. * src/generator.ml: Likewise. * tools/virt-win-reg: Likewise. --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 5752ec3a..9cc16c3e 100644 --- a/HACKING +++ b/HACKING @@ -84,14 +84,14 @@ fish/ Guestfish (the command-line program / shell) fuse/ - FUSE (userspace filesystem) built on top of libguestfs. + FUSE (userspace filesystem) built on top of libguestfs. haskell/ Haskell bindings. hivex/ - Hive extraction library, for reading Windows Registry files. - See hivex/README for more details. + Hive extraction library, for reading Windows Registry files. + See hivex/README for more details. images/ Some guest images to test against. These are gzipped to save -- cgit