Skip to content

Commit d7a4f8f

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[fs.op.copy] Fix indentation
1 parent 4726d67 commit d7a4f8f

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
@@ -17254,7 +17254,7 @@
1725417254
\begin{itemdecl}
1725517255
void filesystem::copy(const path& from, const path& to, copy_options options);
1725617256
void filesystem::copy(const path& from, const path& to, copy_options options,
17257-
error_code& ec);
17257+
error_code& ec);
1725817258
\end{itemdecl}
1725917259

1726017260
\begin{itemdescr}

0 commit comments

Comments
 (0)