summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-07-12 10:39:21 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-30 07:55:59 +0200
commit1efe6e15e35ad7adaac0ece40b70e91380748ec7 (patch)
tree070278f0aa398c5cc0390e9ade7b6c9e97ce9849
parent48508f1a642b32197a26f6da448d7cb5d6979e4c (diff)
downloadnetwork-manager-applet-1efe6e15e35ad7adaac0ece40b70e91380748ec7.tar.gz
m4/trivial: fix indentation
(Taken from NetworkManager commit cc12413c0888c18f9b569c2776a01967e6efd1f9)
-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 5eb5b9bc..6266ffa9 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