Skip to content

Commit a7749e4

Browse files
authored
[locale.ctype.byname] Fix indentation (cplusplus#9024)
1 parent cb654c1 commit a7749e4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

source/text.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,15 +1685,15 @@
16851685
\begin{codeblock}
16861686
namespace std {
16871687
template<class charT>
1688-
class ctype_byname : public ctype<charT> {
1689-
public:
1690-
using @\libmember{mask}{ctype_byname}@ = ctype<charT>::mask;
1691-
explicit ctype_byname(const char*, size_t refs = 0);
1692-
explicit ctype_byname(const string&, size_t refs = 0);
1688+
class ctype_byname : public ctype<charT> {
1689+
public:
1690+
using @\libmember{mask}{ctype_byname}@ = ctype<charT>::mask;
1691+
explicit ctype_byname(const char*, size_t refs = 0);
1692+
explicit ctype_byname(const string&, size_t refs = 0);
16931693

1694-
protected:
1695-
~ctype_byname();
1696-
};
1694+
protected:
1695+
~ctype_byname();
1696+
};
16971697
}
16981698
\end{codeblock}
16991699

0 commit comments

Comments
 (0)