Correct indentation.
authorBruno Haible <bruno@clisp.org>
Thu, 8 May 2008 12:10:43 +0000 (14:10 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 8 May 2008 12:10:43 +0000 (14:10 +0200)
ChangeLog
m4/wctype.m4

index db8e106..06ca955 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
+
 2008-05-07  Eric Blake  <ebb9@byu.net>
 
        Support cross-compilation of <wctype.h>.
index 1ace2f6..6a1b6f0 100644 (file)
@@ -1,3 +1,5 @@
+# wctype.m4 serial 2
+
 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
 
 dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
@@ -7,7 +9,6 @@ dnl with or without modifications, as long as this notice is preserved.
 
 dnl Written by Paul Eggert.
 
-#serial 2
 AC_DEFUN([gl_WCTYPE_H],
 [
   AC_REQUIRE([AC_PROG_CC])
@@ -48,7 +49,8 @@ AC_DEFUN([gl_WCTYPE_H],
                           Linux libc5 i18n is broken.
                           #endif], [],
               [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
-        ])])
+            ])
+        ])
       if test $gl_cv_func_iswcntrl_works = yes; then
         WCTYPE_H=
       fi