summaryrefslogtreecommitdiff
path: root/m4/off_t-format.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/off_t-format.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()
{