Skip to content

Commit 7137734

Browse files
authored
[locale.numpunct.general] Remove superfluous whitespaces (#7781)
1 parent dd233b5 commit 7137734

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/text.tex

+10-10
Original file line numberDiff line numberDiff line change
@@ -3115,21 +3115,21 @@
31153115

31163116
explicit numpunct(size_t refs = 0);
31173117

3118-
char_type decimal_point() const;
3119-
char_type thousands_sep() const;
3120-
string grouping() const;
3121-
string_type truename() const;
3122-
string_type falsename() const;
3118+
char_type decimal_point() const;
3119+
char_type thousands_sep() const;
3120+
string grouping() const;
3121+
string_type truename() const;
3122+
string_type falsename() const;
31233123

31243124
static locale::id id;
31253125

31263126
protected:
31273127
~numpunct(); // virtual
3128-
virtual char_type do_decimal_point() const;
3129-
virtual char_type do_thousands_sep() const;
3130-
virtual string do_grouping() const;
3131-
virtual string_type do_truename() const; // for \tcode{bool}
3132-
virtual string_type do_falsename() const; // for \tcode{bool}
3128+
virtual char_type do_decimal_point() const;
3129+
virtual char_type do_thousands_sep() const;
3130+
virtual string do_grouping() const;
3131+
virtual string_type do_truename() const; // for \tcode{bool}
3132+
virtual string_type do_falsename() const; // for \tcode{bool}
31333133
};
31343134
}
31353135
\end{codeblock}

0 commit comments

Comments
 (0)