summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorJim Meyering <meyering@vv.meyering.net.meyering.net>2009-09-24 09:24:55 +0200
committerJim Meyering <meyering@redhat.com>2009-09-24 10:59:53 +0200
commitdc0c80b3884c5fa2735b55b205e7406599bd77b0 (patch)
tree313cc2a3e39a8ad017b7f7de26585f294da92ac1 /HACKING
parent275b0db9619b38a734c4718eec5645536ecc90a0 (diff)
downloadlibguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.tar.gz
libguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.tar.xz
libguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.zip
maint: use spaces, not TABs for indentation
"make syntax-check" was failing. This fixes it. * HACKING: Indent with spaces, not TABs. * configure.ac: Likewise. * rescue/virt-rescue: Likewise. * src/generator.ml: Likewise.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 19c23291..bdb82871 100644
--- a/HACKING
+++ b/HACKING
@@ -84,7 +84,7 @@ df/
The virt-df tool.
edit/
- The virt-edit tool.
+ The virt-edit tool.
examples/
The examples.
@@ -126,7 +126,7 @@ regressions/
Regression tests.
rescue/
- The virt-rescue tool.
+ The virt-rescue tool.
ruby/
Ruby bindings.