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 -# include -# if HAVE_STDLIB_H -# include -# endif -# if HAVE_STRING_H -# include -# endif + AC_TRY_RUN([ +# include +# include +# if HAVE_STDLIB_H +# include +# endif +# if HAVE_STRING_H +# include +# endif int main() {