Skip to content

Commit b888f45

Browse files
authored
[locale.time.get.general,locale.moneypunct.byname,re.results.form,re.results.nonmember] Fix indentation (#7585)
1 parent 2ba30e1 commit b888f45

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

source/text.tex

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,16 +3550,16 @@
35503550
iter_type get_date(iter_type s, iter_type end, ios_base& f,
35513551
ios_base::iostate& err, tm* t) const;
35523552
iter_type get_weekday(iter_type s, iter_type end, ios_base& f,
3553-
ios_base::iostate& err, tm* t) const;
3553+
ios_base::iostate& err, tm* t) const;
35543554
iter_type get_monthname(iter_type s, iter_type end, ios_base& f,
3555-
ios_base::iostate& err, tm* t) const;
3555+
ios_base::iostate& err, tm* t) const;
35563556
iter_type get_year(iter_type s, iter_type end, ios_base& f,
35573557
ios_base::iostate& err, tm* t) const;
35583558
iter_type get(iter_type s, iter_type end, ios_base& f,
3559-
ios_base::iostate& err, tm* t, char format, char modifier = 0) const;
3559+
ios_base::iostate& err, tm* t, char format, char modifier = 0) const;
35603560
iter_type get(iter_type s, iter_type end, ios_base& f,
3561-
ios_base::iostate& err, tm* t, const char_type* fmt,
3562-
const char_type* fmtend) const;
3561+
ios_base::iostate& err, tm* t, const char_type* fmt,
3562+
const char_type* fmtend) const;
35633563

35643564
static locale::id id;
35653565

@@ -4709,7 +4709,7 @@
47094709
\begin{codeblock}
47104710
namespace std {
47114711
template<class charT, bool Intl = false>
4712-
class moneypunct_byname : public moneypunct<charT, Intl> {
4712+
class moneypunct_byname : public moneypunct<charT, Intl> {
47134713
public:
47144714
using pattern = money_base::pattern;
47154715
using string_type = basic_string<charT>;
@@ -11542,9 +11542,9 @@
1154211542
\begin{itemdecl}
1154311543
template<class OutputIter>
1154411544
OutputIter format(
11545-
OutputIter out,
11546-
const char_type* fmt_first, const char_type* fmt_last,
11547-
regex_constants::match_flag_type flags = regex_constants::format_default) const;
11545+
OutputIter out,
11546+
const char_type* fmt_first, const char_type* fmt_last,
11547+
regex_constants::match_flag_type flags = regex_constants::format_default) const;
1154811548
\end{itemdecl}
1154911549

1155011550
\begin{itemdescr}
@@ -11571,9 +11571,9 @@
1157111571
\begin{itemdecl}
1157211572
template<class OutputIter, class ST, class SA>
1157311573
OutputIter format(
11574-
OutputIter out,
11575-
const basic_string<char_type, ST, SA>& fmt,
11576-
regex_constants::match_flag_type flags = regex_constants::format_default) const;
11574+
OutputIter out,
11575+
const basic_string<char_type, ST, SA>& fmt,
11576+
regex_constants::match_flag_type flags = regex_constants::format_default) const;
1157711577
\end{itemdecl}
1157811578

1157911579
\begin{itemdescr}
@@ -11589,8 +11589,8 @@
1158911589
\begin{itemdecl}
1159011590
template<class ST, class SA>
1159111591
basic_string<char_type, ST, SA> format(
11592-
const basic_string<char_type, ST, SA>& fmt,
11593-
regex_constants::match_flag_type flags = regex_constants::format_default) const;
11592+
const basic_string<char_type, ST, SA>& fmt,
11593+
regex_constants::match_flag_type flags = regex_constants::format_default) const;
1159411594
\end{itemdecl}
1159511595

1159611596
\begin{itemdescr}
@@ -11614,8 +11614,8 @@
1161411614
\indexlibrarymember{match_results}{format}%
1161511615
\begin{itemdecl}
1161611616
string_type format(
11617-
const char_type* fmt,
11618-
regex_constants::match_flag_type flags = regex_constants::format_default) const;
11617+
const char_type* fmt,
11618+
regex_constants::match_flag_type flags = regex_constants::format_default) const;
1161911619
\end{itemdecl}
1162011620

1162111621
\begin{itemdescr}
@@ -11689,8 +11689,8 @@
1168911689
\indexlibrarymember{operator==}{match_results}%
1169011690
\begin{itemdecl}
1169111691
template<class BidirectionalIterator, class Allocator>
11692-
bool operator==(const match_results<BidirectionalIterator, Allocator>& m1,
11693-
const match_results<BidirectionalIterator, Allocator>& m2);
11692+
bool operator==(const match_results<BidirectionalIterator, Allocator>& m1,
11693+
const match_results<BidirectionalIterator, Allocator>& m2);
1169411694
\end{itemdecl}
1169511695

1169611696
\begin{itemdescr}

0 commit comments

Comments
 (0)