* m4/gnulib-common.m4 (gl_COMMON_BODY): Fix a '#else' indentation.
+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.
# 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,
# if __clang_major__ >= 15
# define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept) \
__attribute__ ((__capability__ (concept)))
-#else
+# else
# define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept)
# endif
#endif