Skip to content

Commit 5e3dd6e

Browse files
authored
[fs.op.copy.file] Fix indentation (#8024)
1 parent abe6165 commit 5e3dd6e

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
@@ -17432,7 +17432,7 @@
1743217432
\begin{itemdecl}
1743317433
bool filesystem::copy_file(const path& from, const path& to, copy_options options);
1743417434
bool filesystem::copy_file(const path& from, const path& to, copy_options options,
17435-
error_code& ec);
17435+
error_code& ec);
1743617436
\end{itemdecl}
1743717437

1743817438
\begin{itemdescr}

0 commit comments

Comments
 (0)