configure.ac: follow the 2 space indent style
[collectd.git] / configure.ac
index 8918ef0..7648152 100644 (file)
@@ -2361,7 +2361,7 @@ AC_ARG_WITH([libdpdk],
 
 if test "x$with_libdpdk" != "xno"; then
   PKG_CHECK_MODULES([DPDK], [libdpdk], [],
-                    [AC_MSG_NOTICE([no DPDK pkg-config, using defaults])])
+    [AC_MSG_NOTICE([no DPDK pkg-config, using defaults])])
   if test "x$LIBDPDK_CPPFLAGS" = "x"; then
     LIBDPDK_CPPFLAGS="-I/usr/include/dpdk"
   fi