Skip to content

Commit 157177a

Browse files
authored
[locale.moneypunct.general,locale.moneypunct.members] Remove superfluous whitespaces (#7813)
1 parent f22c9ea commit 157177a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

source/text.tex

+27-27
Original file line numberDiff line numberDiff line change
@@ -4434,30 +4434,30 @@
44344434

44354435
explicit moneypunct(size_t refs = 0);
44364436

4437-
charT decimal_point() const;
4438-
charT thousands_sep() const;
4439-
string grouping() const;
4440-
string_type curr_symbol() const;
4441-
string_type positive_sign() const;
4442-
string_type negative_sign() const;
4443-
int frac_digits() const;
4444-
pattern pos_format() const;
4445-
pattern neg_format() const;
4437+
charT decimal_point() const;
4438+
charT thousands_sep() const;
4439+
string grouping() const;
4440+
string_type curr_symbol() const;
4441+
string_type positive_sign() const;
4442+
string_type negative_sign() const;
4443+
int frac_digits() const;
4444+
pattern pos_format() const;
4445+
pattern neg_format() const;
44464446

44474447
static locale::id id;
44484448
static const bool intl = International;
44494449

44504450
protected:
44514451
~moneypunct();
4452-
virtual charT do_decimal_point() const;
4453-
virtual charT do_thousands_sep() const;
4454-
virtual string do_grouping() const;
4455-
virtual string_type do_curr_symbol() const;
4456-
virtual string_type do_positive_sign() const;
4457-
virtual string_type do_negative_sign() const;
4458-
virtual int do_frac_digits() const;
4459-
virtual pattern do_pos_format() const;
4460-
virtual pattern do_neg_format() const;
4452+
virtual charT do_decimal_point() const;
4453+
virtual charT do_thousands_sep() const;
4454+
virtual string do_grouping() const;
4455+
virtual string_type do_curr_symbol() const;
4456+
virtual string_type do_positive_sign() const;
4457+
virtual string_type do_negative_sign() const;
4458+
virtual int do_frac_digits() const;
4459+
virtual pattern do_pos_format() const;
4460+
virtual pattern do_neg_format() const;
44614461
};
44624462
}
44634463
\end{codeblock}
@@ -4562,15 +4562,15 @@
45624562
\indexlibrarymember{moneypunct}{positive_sign}%
45634563
\indexlibrarymember{moneypunct}{negative_sign}%
45644564
\begin{codeblock}
4565-
charT decimal_point() const;
4566-
charT thousands_sep() const;
4567-
string grouping() const;
4568-
string_type curr_symbol() const;
4569-
string_type positive_sign() const;
4570-
string_type negative_sign() const;
4571-
int frac_digits() const;
4572-
pattern pos_format() const;
4573-
pattern neg_format() const;
4565+
charT decimal_point() const;
4566+
charT thousands_sep() const;
4567+
string grouping() const;
4568+
string_type curr_symbol() const;
4569+
string_type positive_sign() const;
4570+
string_type negative_sign() const;
4571+
int frac_digits() const;
4572+
pattern pos_format() const;
4573+
pattern neg_format() const;
45744574
\end{codeblock}
45754575

45764576
\pnum

0 commit comments

Comments
 (0)