diff options
author | Thomas Haller <thaller@redhat.com> | 2018-02-02 10:55:34 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-02-07 13:32:04 +0100 |
commit | e4839accf5a5b470b9bf2287f0269ddc4ce0f91b (patch) | |
tree | bdc92d91b24d7b7fb25d8b9652dbe08d08e57cea /m4 | |
parent | ca7273b3e250e46451d93e75a2234c403eed38aa (diff) | |
download | NetworkManager-e4839accf5a5b470b9bf2287f0269ddc4ce0f91b.tar.gz |
all: replace non-leading tabs with spaces
We commonly only allow tabs at the beginning of a line, not
afterwards. The reason for this style is so that the code
looks formated right with tabstop=4 and tabstop=8.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/introspection.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/introspection.m4 b/m4/introspection.m4 index 1dc1556da1..3b4fc6b813 100644 --- a/m4/introspection.m4 +++ b/m4/introspection.m4 @@ -21,7 +21,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], ],[dnl AC_ARG_ENABLE(introspection, AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], - [Enable introspection for this build]),, + [Enable introspection for this build]),, [enable_introspection=auto]) ])dnl @@ -44,7 +44,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], dnl Canonicalize enable_introspection enable_introspection=$found_introspection ],dnl - [dnl + [dnl AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) ])dnl |