Skip to content

Commit b99a47b

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[fs.op.copy.symlink] Fix indentation
1 parent 15e4911 commit b99a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17495,7 +17495,7 @@
1749517495
\begin{itemdecl}
1749617496
void filesystem::copy_symlink(const path& existing_symlink, const path& new_symlink);
1749717497
void filesystem::copy_symlink(const path& existing_symlink, const path& new_symlink,
17498-
error_code& ec) noexcept;
17498+
error_code& ec) noexcept;
1749917499
\end{itemdecl}
1750017500

1750117501
\begin{itemdescr}

0 commit comments

Comments
 (0)