From 1cd4f38a8a2dddd7df15d2743a7c41711ce8e693 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:07:19 +0100 Subject: [PATCH] [fs.op.last.write.time] Fix indentation --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index cbaebfd5a4..d41f2ed6b6 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -18276,7 +18276,7 @@ \begin{itemdecl} void filesystem::last_write_time(const path& p, file_time_type new_time); void filesystem::last_write_time(const path& p, file_time_type new_time, - error_code& ec) noexcept; + error_code& ec) noexcept; \end{itemdecl} \begin{itemdescr}