From 73c05e2e79b25591cfa93b82c4d5845b3ebacd8f Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:36:37 +0100 Subject: [PATCH] [fs.op.create.symlink] 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..bc10601275 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -17720,7 +17720,7 @@ \begin{itemdecl} void filesystem::create_symlink(const path& to, const path& new_symlink); void filesystem::create_symlink(const path& to, const path& new_symlink, - error_code& ec) noexcept; + error_code& ec) noexcept; \end{itemdecl} \begin{itemdescr}