summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-20 15:03:16 +0100
committerRichard Jones <rjones@redhat.com>2009-10-20 15:03:16 +0100
commitde64183f3d0d04127c2e7690c87435e6649d30a6 (patch)
tree90b12b645b37a846fdecdfba8ad8a331c35ea0d0 /HACKING
parentcefc644d58786b73b2baaa2c2912da2738d24511 (diff)
downloadlibguestfs-de64183f3d0d04127c2e7690c87435e6649d30a6.tar.gz
libguestfs-de64183f3d0d04127c2e7690c87435e6649d30a6.tar.xz
libguestfs-de64183f3d0d04127c2e7690c87435e6649d30a6.zip
Tab to space fixes, now passes 'make syntax-check'
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index ca5b9a97..d4e030c9 100644
--- a/HACKING
+++ b/HACKING
@@ -120,10 +120,10 @@ ruby/
Ruby bindings.
tools/
- Command line tools like virt-cat, virt-df, virt-edit and more.
- In versions <= 1.0.73 these were all in separate directories
- like cat/, df/, edit/, but since then we moved them all into
- one directory to simplify builds.
+ Command line tools like virt-cat, virt-df, virt-edit and more.
+ In versions <= 1.0.73 these were all in separate directories
+ like cat/, df/, edit/, but since then we moved them all into
+ one directory to simplify builds.
src/
Source code to the C library.