From cbe7adb29d9b02e1f2c15a86e44f68d65aaddea7 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 17 May 2026 06:50:43 +0200 Subject: [PATCH] [locale.ctype.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 32905219b7..b321622790 100644 --- a/source/text.tex +++ b/source/text.tex @@ -1685,15 +1685,15 @@ \begin{codeblock} namespace std { template - class ctype_byname : public ctype { - public: - using @\libmember{mask}{ctype_byname}@ = ctype::mask; - explicit ctype_byname(const char*, size_t refs = 0); - explicit ctype_byname(const string&, size_t refs = 0); + class ctype_byname : public ctype { + public: + using @\libmember{mask}{ctype_byname}@ = ctype::mask; + explicit ctype_byname(const char*, size_t refs = 0); + explicit ctype_byname(const string&, size_t refs = 0); - protected: - ~ctype_byname(); - }; + protected: + ~ctype_byname(); + }; } \end{codeblock}