[libvirt] [PATCH libvirt-glib 13/15] Remove trailing whitespace from autogen.sh

Daniel P. Berrange berrange at redhat.com
Thu Dec 1 14:05:41 UTC 2011


From: "Daniel P. Berrange" <berrange at redhat.com>

---
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index a30114b..fb341b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@
 
 set -e
 srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=. 
+test -z "$srcdir" && srcdir=.
 
 THEDIR=`pwd`
 cd $srcdir
@@ -58,6 +58,6 @@ if test "x$1" = "x--system"; then
 fi
 
 $srcdir/configure --enable-compile-warnings=maximum $EXTRA_ARGS "$@" && {
-    echo 
+    echo
     echo "Now type 'make' to compile libvirt-glib."
 }
-- 
1.7.6.4




More information about the libvir-list mailing list