diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-10 22:52:50 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-10 22:57:48 +0100 |
commit | b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d (patch) | |
tree | d312d32d957ed7891bd2f91862f50040ac7f8fcf /Makefile.am | |
parent | b4a3aec60ed4775f8ca2eb079e389af3a1769069 (diff) | |
download | libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.tar.gz libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.tar.xz libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.zip |
syntax: Remove trailing spaces.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e9b38eae..a9c1478b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ endif SUBDIRS += gnulib/tests capitests regressions test-tool # Guestfish. -SUBDIRS += fish +SUBDIRS += fish # Language bindings. if HAVE_PERL |