changeset 10039:3e891533dd19

Correct indentation.
author Bruno Haible <bruno@clisp.org>
date Thu, 08 May 2008 14:10:43 +0200
parents cf56ba0ab47b
children 00a47a592b0a
files ChangeLog m4/wctype.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>.
--- a/m4/wctype.m4
+++ b/m4/wctype.m4
@@ -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 Written by Paul Eggert.
 
-#serial 2
 AC_DEFUN([gl_WCTYPE_H],
 [
   AC_REQUIRE([AC_PROG_CC])
@@ -48,7 +49,8 @@
                           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