diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 15:14:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:42 +0100 |
commit | e645763007e7097c14c1c3ba94010f2e32e536bf (patch) | |
tree | f7e2aa71377411e49ef796b8a948a25a76f90063 /HACKING | |
parent | d710f768161fc9f78ed8243f2de948b65425c06e (diff) | |
download | libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.gz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.xz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.zip |
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.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |