changeset 8869:b3ce973773f3

Untabify.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 May 2007 09:44:51 +0000
parents 90e71310a07f
children 4e1f2ea486b4
files m4/fseeko.m4 m4/ftello.m4
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fseeko.m4
+++ b/m4/fseeko.m4
@@ -12,7 +12,7 @@
   AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
     [
       AC_TRY_LINK([#include <stdio.h>], [fseeko (stdin, 0, 0);],
-	[gl_cv_func_fseeko=yes], [gl_cv_func_fseeko=no])
+        [gl_cv_func_fseeko=yes], [gl_cv_func_fseeko=no])
     ])
   if test $gl_cv_func_fseeko = no; then
     HAVE_FSEEKO=0
--- a/m4/ftello.m4
+++ b/m4/ftello.m4
@@ -12,7 +12,7 @@
   AC_CACHE_CHECK([for ftello], [gl_cv_func_ftello],
     [
       AC_TRY_LINK([#include <stdio.h>], [ftello (stdin);],
-	[gl_cv_func_ftello=yes], [gl_cv_func_ftello=no])
+        [gl_cv_func_ftello=yes], [gl_cv_func_ftello=no])
     ])
   if test $gl_cv_func_ftello = no; then
     HAVE_FTELLO=0