changeset 7658:7ac7691c20b6

Reindent for consistency.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 14 Nov 2006 22:27:06 +0000
parents 60d54899043e
children e2febe678452
files m4/inttypes.m4
diffstat 1 files changed, 14 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/m4/inttypes.m4
+++ b/m4/inttypes.m4
@@ -1,4 +1,4 @@
-# inttypes.m4 serial 6
+# inttypes.m4 serial 7
 dnl Copyright (C) 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -23,17 +23,16 @@
   dnl   - that imaxabs, imaxdiv, strtoimax, strtoumax are declared,
   dnl   - some additional tests.
   AC_CACHE_CHECK([whether inttypes.h conforms to C99],
-                 [gl_cv_header_working_inttypes_h],
-  [
-    gl_cv_header_working_inttypes_h=no
-    if test "$gl_cv_header_working_stdint_h" = yes \
-       && test $ac_cv_header_inttypes_h = yes \
-       && test "$ac_cv_have_decl_imaxabs" = yes \
-       && test "$ac_cv_have_decl_imaxdiv" = yes \
-       && test "$ac_cv_have_decl_strtoimax" = yes \
-       && test "$ac_cv_have_decl_strtoumax" = yes; then
-      AC_COMPILE_IFELSE([
-        AC_LANG_PROGRAM([
+    [gl_cv_header_working_inttypes_h],
+    [gl_cv_header_working_inttypes_h=no
+     if test "$gl_cv_header_working_stdint_h" = yes \
+	&& test $ac_cv_header_inttypes_h = yes \
+	&& test "$ac_cv_have_decl_imaxabs" = yes \
+	&& test "$ac_cv_have_decl_imaxdiv" = yes \
+	&& test "$ac_cv_have_decl_strtoimax" = yes \
+	&& test "$ac_cv_have_decl_strtoumax" = yes; then
+       AC_COMPILE_IFELSE([
+	 AC_LANG_PROGRAM([
 #include <stddef.h>
 #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
 #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
@@ -131,9 +130,9 @@
   SCNoPTR SCNuPTR SCNxPTR
 #endif
   ;
-        ])],
-        [gl_cv_header_working_inttypes_h=yes])
-    fi])
+	 ])],
+	 [gl_cv_header_working_inttypes_h=yes])
+     fi])
   if test $gl_cv_header_working_inttypes_h = yes; then
     dnl Use the existing <inttypes.h>.
     INTTYPES_H=''