]> Savannah Git Hosting - gnulib.git/commitdiff
Fix indentation in config.h (regression 2024-09-25).
authorBruno Haible <bruno@clisp.org>
Tue, 29 Oct 2024 15:21:06 +0000 (16:21 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 29 Oct 2024 15:21:06 +0000 (16:21 +0100)
* m4/gnulib-common.m4 (gl_COMMON_BODY): Fix a '#else' indentation.

ChangeLog
m4/gnulib-common.m4

index c8c0ac15b4a18244be59eeeb4fa498608c13704f..d2cd41c09166aff15ab6798054c7951f61090939 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-29  Bruno Haible  <bruno@clisp.org>
+
+       Fix indentation in config.h (regression 2024-09-25).
+       * m4/gnulib-common.m4 (gl_COMMON_BODY): Fix a '#else' indentation.
+
 2024-10-29  Bruno Haible  <bruno@clisp.org>
 
        assert-h, stdbool: Allow mixed use of gcc/g++ and clang/clang++ again.
index 6981dcae817833438c3c9cdfcac22aa5f5c3d946..0a5cbd55ecfdfa6f48bab6d30f41b20c2478be72 100644 (file)
@@ -1,5 +1,5 @@
 # gnulib-common.m4
-# serial 105
+# serial 106
 dnl Copyright (C) 2007-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -852,7 +852,7 @@ AC_DEFUN([gl_COMMON_BODY], [
 # if __clang_major__ >= 15
 #  define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept) \
      __attribute__ ((__capability__ (concept)))
-#else
+# else
 #  define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept)
 # endif
 #endif