Skip to content

Commit e4a154d

Browse files
authored
[time.cal.wdlast.overview,time.hms.nonmembers] Fix indentation (#7562)
1 parent 1b1914e commit e4a154d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/time.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5404,7 +5404,7 @@
54045404
class weekday_last {
54055405
chrono::weekday wd_; // \expos
54065406

5407-
public:
5407+
public:
54085408
constexpr explicit weekday_last(const chrono::weekday& wd) noexcept;
54095409

54105410
constexpr chrono::weekday weekday() const noexcept;
@@ -8638,8 +8638,8 @@
86388638

86398639
\begin{itemdecl}
86408640
template<class charT, class traits, class Duration>
8641-
basic_ostream<charT, traits>&
8642-
operator<<(basic_ostream<charT, traits>& os, const hh_mm_ss<Duration>& hms);
8641+
basic_ostream<charT, traits>&
8642+
operator<<(basic_ostream<charT, traits>& os, const hh_mm_ss<Duration>& hms);
86438643
\end{itemdecl}
86448644

86458645
\begin{itemdescr}

0 commit comments

Comments
 (0)