Skip to content

Commit b6bb210

Browse files
authored
[locale.general,facet.numpunct.members,locale.time.get.general] Remove superfluous whitespaces (#7578)
1 parent 5bfd514 commit b6bb210

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/text.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
collate = 0x010, ctype = 0x020,
486486
monetary = 0x040, numeric = 0x080,
487487
time = 0x100, messages = 0x200,
488-
all = collate | ctype | monetary | numeric | time | messages;
488+
all = collate | ctype | monetary | numeric | time | messages;
489489

490490
// \ref{locale.cons}, construct/copy/destroy
491491
locale() noexcept;
@@ -3226,7 +3226,7 @@
32263226

32273227
\indexlibrarymember{numpunct}{grouping}%
32283228
\begin{itemdecl}
3229-
string grouping() const;
3229+
string grouping() const;
32303230
\end{itemdecl}
32313231

32323232
\begin{itemdescr}
@@ -3544,11 +3544,11 @@
35443544

35453545
explicit time_get(size_t refs = 0);
35463546

3547-
dateorder date_order() const { return do_date_order(); }
3547+
dateorder date_order() const { return do_date_order(); }
35483548
iter_type get_time(iter_type s, iter_type end, ios_base& f,
3549-
ios_base::iostate& err, tm* t) const;
3549+
ios_base::iostate& err, tm* t) const;
35503550
iter_type get_date(iter_type s, iter_type end, ios_base& f,
3551-
ios_base::iostate& err, tm* t) const;
3551+
ios_base::iostate& err, tm* t) const;
35523552
iter_type get_weekday(iter_type s, iter_type end, ios_base& f,
35533553
ios_base::iostate& err, tm* t) const;
35543554
iter_type get_monthname(iter_type s, iter_type end, ios_base& f,
@@ -3565,7 +3565,7 @@
35653565

35663566
protected:
35673567
~time_get();
3568-
virtual dateorder do_date_order() const;
3568+
virtual dateorder do_date_order() const;
35693569
virtual iter_type do_get_time(iter_type s, iter_type end, ios_base&,
35703570
ios_base::iostate& err, tm* t) const;
35713571
virtual iter_type do_get_date(iter_type s, iter_type end, ios_base&,

0 commit comments

Comments
 (0)