From 9fd808acf6d02de054b875c65b6599a21da7e07d Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:17:27 +0200 Subject: [PATCH] [meta.reflection.substitute] Fix indentation --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index 8d11834221..8d291c9323 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -6000,7 +6000,7 @@ @\libconcept{same_as}@>, info>; template<@\libconcept{reflection_range}@ R = initializer_list> -consteval bool @\libglobal{can_substitute}@(info templ, R&& arguments); + consteval bool @\libglobal{can_substitute}@(info templ, R&& arguments); \end{itemdecl} \begin{itemdescr}