From: Daniel Lezcano <daniel.lezc...@free.fr>

Mindless changes by removing whitespace.

Signed-off-by: Daniel Lezcano <dlezc...@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


------------------------------------------------------------------------------

_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to