]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Correct indentation in last commits.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Oct 2025 00:56:32 +0000 (02:56 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 11 Oct 2025 00:56:32 +0000 (02:56 +0200)
* m4/getdelim.m4 (gl_FUNC_GETDELIM): Correct indentation.
* m4/getline.m4 (gl_FUNC_GETLINE): Likewise.

m4/getdelim.m4
m4/getline.m4

index b996ffd104499f5eb1fe45d94a219dfe84e64724..d1217ab8d95fb03f9bc85ef136fa5ce31c1376e3 100644 (file)
@@ -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 ;;
index 14f84c53ce71d8eab1a42f0e17442e8b2885fe8b..e07d6533ddc9627e209466dd357280237f3d4831 100644 (file)
@@ -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