From: Bruno Haible Date: Sat, 11 Oct 2025 00:56:32 +0000 (+0200) Subject: Correct indentation in last commits. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f0c353eeb7fe22d17144b7e30d8b583ecdd528;p=thirdparty%2Fgnulib.git Correct indentation in last commits. * m4/getdelim.m4 (gl_FUNC_GETDELIM): Correct indentation. * m4/getline.m4 (gl_FUNC_GETLINE): Likewise. --- diff --git a/m4/getdelim.m4 b/m4/getdelim.m4 index b996ffd104..d1217ab8d9 100644 --- a/m4/getdelim.m4 +++ b/m4/getdelim.m4 @@ -1,5 +1,5 @@ # getdelim.m4 -# serial 20 +# serial 21 dnl Copyright (C) 2005-2007, 2009-2025 Free Software Foundation, Inc. dnl @@ -98,7 +98,7 @@ AC_DEFUN([gl_FUNC_GETDELIM], ;; esac rm -f conftest.data conftest.empty - ]) + ]) case "$gl_cv_func_working_getdelim" in *yes) ;; *) REPLACE_GETDELIM=1 ;; diff --git a/m4/getline.m4 b/m4/getline.m4 index 14f84c53ce..e07d6533dd 100644 --- a/m4/getline.m4 +++ b/m4/getline.m4 @@ -1,5 +1,5 @@ # getline.m4 -# serial 34 +# serial 35 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2025 Free Software Foundation, dnl Inc. @@ -89,8 +89,8 @@ AC_DEFUN([gl_FUNC_GETLINE], *) am_cv_func_working_getline="$gl_cross_guess_normal" ;; esac ]) - rm -f conftest.data conftest.empty - ]) + rm -f conftest.data conftest.empty + ]) else am_cv_func_working_getline=no case "$gl_cv_onwards_func_getline" in