From bdaedcc52c22f8ca0e3890b4ecc5e4edaa87bdcd Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 11 Jun 2026 07:27:28 +0200 Subject: [PATCH] [locale.collate.byname] Fix indentation --- source/text.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/text.tex b/source/text.tex index 549d6f32e0..be8baf47bb 100644 --- a/source/text.tex +++ b/source/text.tex @@ -3496,16 +3496,16 @@ \begin{codeblock} namespace std { template - class collate_byname : public collate { - public: - using @\libmember{string_type}{collate_byname}@ = basic_string; + class collate_byname : public collate { + public: + using @\libmember{string_type}{collate_byname}@ = basic_string; - explicit collate_byname(const char*, size_t refs = 0); - explicit collate_byname(const string&, size_t refs = 0); + explicit collate_byname(const char*, size_t refs = 0); + explicit collate_byname(const string&, size_t refs = 0); - protected: - ~collate_byname(); - }; + protected: + ~collate_byname(); + }; } \end{codeblock}