From: Christian Ehrhardt Date: Fri, 18 Aug 2017 10:50:22 +0000 (+0200) Subject: configure.ac: follow the 2 space indent style X-Git-Tag: collectd-5.8.0~105^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3dcc903cb07c01f6aa9da9b922e928e74cdd8ffb;p=collectd.git configure.ac: follow the 2 space indent style The rest of configure.ac indents not to the context, but by 2 spaces. Follow that rule to stay in style. Signed-off-by: Christian Ehrhardt --- diff --git a/configure.ac b/configure.ac index 8918ef04..7648152e 100644 --- a/configure.ac +++ b/configure.ac @@ -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