From: Stéphane Graber Date: Sat, 8 Feb 2014 00:36:50 +0000 (-0500) Subject: Whitespace fix X-Git-Tag: lxc-1.0.0.rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4399ab9ac6946ce734845f1083775368197349c;p=thirdparty%2Flxc.git Whitespace fix Signed-off-by: Stéphane Graber --- diff --git a/autogen.sh b/autogen.sh index b75579af2..ca71ac5ae 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ set -x test -d autom4te.cache && rm -rf autom4te.cache - aclocal -I config || exit 1 +aclocal -I config || exit 1 autoheader || exit 1 autoconf || exit 1 automake --add-missing --copy || exit 1