[lxc-devel] [PATCH 1/5] whitespace cleanup in configure.ac

Daniel Lezcano dlezcano at fr.ibm.com
Wed May 12 11:00:22 UTC 2010


From: Daniel Lezcano <daniel.lezcano at free.fr>

Mindless changes by removing whitespace.

Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
---
 configure.ac |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4c8c50f..c6cac11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,9 +55,9 @@ AC_DEFINE_UNQUOTED(LXCPATH, "$LXCPATH")
 AC_DEFINE_UNQUOTED(LXCLIBEXECDIR, "$LIBEXECDIR")
 
 AC_CHECK_HEADERS([linux/netlink.h linux/genetlink.h],
-                 [],
-                 AC_MSG_ERROR([netlink headers not found. Please install the linux kernel headers.]),
-                 [#include <sys/socket.h>
+				  [],
+				  AC_MSG_ERROR([netlink headers not found. Please install the linux kernel headers.]),
+				  [#include <sys/socket.h>
 		 ])
 
 AC_CHECK_HEADERS([sys/capability.h], [], AC_MSG_ERROR([please install libcap-devel.]),
@@ -76,12 +76,12 @@ if test "x$GCC" = "xyes"; then
 fi
 
 AC_CONFIG_FILES([
-        Makefile
+	Makefile
 	lxc.pc
 	lxc.spec
-        config/Makefile
+	config/Makefile
 
-        doc/Makefile
+	doc/Makefile
 	doc/lxc-create.sgml
 	doc/lxc-destroy.sgml
 	doc/lxc-execute.sgml
@@ -116,7 +116,7 @@ AC_CONFIG_FILES([
 	scripts/lxc-fedora
 	scripts/lxc-sshd
 
-        src/Makefile
+	src/Makefile
 	src/lxc/Makefile
 	src/lxc/lxc-ps
 	src/lxc/lxc-ls
-- 
1.6.3.3





More information about the lxc-devel mailing list