summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 17:40:26 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 17:40:26 +0000
commit1698b850908eaa71c363cf5cd8a720649fd6dffc (patch)
treec9295e3af88b78493e1dac48df64fb0a840ae182 /m4
parenta538ba014955241e4874d40e8f822029a312c8d8 (diff)
downloadcoreutils-1698b850908eaa71c363cf5cd8a720649fd6dffc.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/off_t-format.m418
1 files changed, 9 insertions, 9 deletions
diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4
index 7f1a473d9..0b3f153b9 100644
--- a/m4/off_t-format.m4
+++ b/m4/off_t-format.m4
@@ -10,15 +10,15 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
for i in '' L ll q; do
jm_OFF_T_FORMAT="$i"
export jm_OFF_T_FORMAT
- AC_TRY_RUN([
-# include <sys/types.h>
-# include <stdio.h>
-# if HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-# if HAVE_STRING_H
-# include <string.h>
-# endif
+ AC_TRY_RUN([
+# include <sys/types.h>
+# include <stdio.h>
+# if HAVE_STDLIB_H
+# include <stdlib.h>
+# endif
+# if HAVE_STRING_H
+# include <string.h>
+# endif
int
main()
{