From 2e5126ae543b5c654f876f9df36441caae39b998 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:25:48 +0100 Subject: [PATCH] [fs.op.create.hard.lk] Fix indentation --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index d41f2ed6b6..57d6b304b9 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -17685,7 +17685,7 @@ \begin{itemdecl} void filesystem::create_hard_link(const path& to, const path& new_hard_link); void filesystem::create_hard_link(const path& to, const path& new_hard_link, - error_code& ec) noexcept; + error_code& ec) noexcept; \end{itemdecl} \begin{itemdescr}