From 1275cffdd0d2373cbf8d86550e09f21830e991d9 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:41:44 +0100 Subject: [PATCH] [time.cal.wdlast.overview,time.hms.nonmembers] Fix indentation --- source/time.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/time.tex b/source/time.tex index 877288f310..1cc6457025 100644 --- a/source/time.tex +++ b/source/time.tex @@ -5404,7 +5404,7 @@ class weekday_last { chrono::weekday wd_; // \expos - public: + public: constexpr explicit weekday_last(const chrono::weekday& wd) noexcept; constexpr chrono::weekday weekday() const noexcept; @@ -8638,8 +8638,8 @@ \begin{itemdecl} template -basic_ostream& -operator<<(basic_ostream& os, const hh_mm_ss& hms); + basic_ostream& + operator<<(basic_ostream& os, const hh_mm_ss& hms); \end{itemdecl} \begin{itemdescr}