]> Savannah Git Hosting - gnulib.git/commitdiff
Indentation fix.
authorBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:12:13 +0000 (19:12 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:12:43 +0000 (19:12 +0100)
* m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Correct indentation.

ChangeLog
m4/include_next.m4

index 986cfb1ddd2439d5ae58adfab362df6d32959f0a..d78e28af8f41cb6007b1957f005c561ff9bc79d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-12-15  Bruno Haible  <bruno@clisp.org>
+
+       Indentation fix.
+       * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Correct indentation.
+
 2021-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        renameatu: port to macOS tmpfs
index bdd542bc64d7810dbc8ec29688c355c1d6c7176d..7dcd1cef0b386da85985fbacc5c37d086a70417d 100644 (file)
@@ -193,9 +193,9 @@ AC_DEFUN([gl_NEXT_HEADERS_INTERNAL],
              if test AS_VAR_GET([gl_header_exists]) = yes; then
              AS_VAR_POPDEF([gl_header_exists])
             ])
-           gl_ABSOLUTE_HEADER_ONE(gl_HEADER_NAME)
-           AS_VAR_COPY([gl_header], [gl_cv_absolute_]AS_TR_SH(gl_HEADER_NAME))
-           AS_VAR_SET([gl_next_header], ['"'$gl_header'"'])
+          gl_ABSOLUTE_HEADER_ONE(gl_HEADER_NAME)
+          AS_VAR_COPY([gl_header], [gl_cv_absolute_]AS_TR_SH(gl_HEADER_NAME))
+          AS_VAR_SET([gl_next_header], ['"'$gl_header'"'])
           m4_if([$2], [check],
             [else
                AS_VAR_SET([gl_next_header], ['<'gl_HEADER_NAME'>'])