From: Bruno Haible <bruno@clisp.org>
Date: Mon, 26 Mar 2007 20:59:46 +0000 (+0000)
Subject: No tabs please.
X-Git-Tag: cvs-readonly~656
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9afb597f0d5a27ebff90bc4e493e30ab15791bf0;p=gnulib.git

No tabs please.
---

diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4
index 2bfd7a29c1..8cc4f32e33 100644
--- a/m4/vasnprintf.m4
+++ b/m4/vasnprintf.m4
@@ -71,8 +71,8 @@ AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_A],
       ;;
     *)
       AC_DEFINE([NEED_PRINTF_DIRECTIVE_A], 1,
-	[Define if the vasnprintf implementation needs special code for
-	 the 'a' and 'A' directives.])
+        [Define if the vasnprintf implementation needs special code for
+         the 'a' and 'A' directives.])
       AC_CHECK_FUNCS([nl_langinfo])
       ;;
   esac