From 8c69adc23e6322cd0fb27781440e743f823266bc Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 2 Jul 2025 08:09:36 +0200 Subject: [PATCH] [fs.op.copy.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 95282606c4..c60064d580 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -17495,7 +17495,7 @@ \begin{itemdecl} void filesystem::copy_symlink(const path& existing_symlink, const path& new_symlink); void filesystem::copy_symlink(const path& existing_symlink, const path& new_symlink, - error_code& ec) noexcept; + error_code& ec) noexcept; \end{itemdecl} \begin{itemdescr}