summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-07-12 10:39:21 +0200
committerThomas Haller <thaller@redhat.com>2018-07-17 17:42:24 +0200
commitcc12413c0888c18f9b569c2776a01967e6efd1f9 (patch)
tree1adacb86175c61fdc351aa5fa029d8e853b35f6a /m4
parent39928569649153953ab6616056f1869672da3399 (diff)
downloadNetworkManager-cc12413c0888c18f9b569c2776a01967e6efd1f9.tar.gz
m4/trivial: fix indentation
Diffstat (limited to 'm4')
-rw-r--r--m4/compiler_options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler_options.m4 b/m4/compiler_options.m4
index e01c0fcbce..8a3a9c4f5f 100644
--- a/m4/compiler_options.m4
+++ b/m4/compiler_options.m4
@@ -92,7 +92,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
-Wno-unused-parameter \
; do
dnl GCC 4.4 does not warn when checking for -Wno-* flags (https://gcc.gnu.org/wiki/FAQ#wnowarning)
- _NM_COMPILER_FLAG([$(printf '%s' "$option" | sed 's/^-Wno-/-W/')], [],
+ _NM_COMPILER_FLAG([$(printf '%s' "$option" | sed 's/^-Wno-/-W/')], [],
[CFLAGS_MORE_WARNINGS="$CFLAGS_MORE_WARNINGS $option"], [])
done
unset option