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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2405%2Fhead;p=thirdparty%2Fcollectd.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 8918ef046..7648152eb 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