Skip to content

Commit f81fe2b

Browse files
authored
[fs.op.create.symlink] Fix indentation (#8757)
1 parent 0d9484b commit f81fe2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17720,7 +17720,7 @@
1772017720
\begin{itemdecl}
1772117721
void filesystem::create_symlink(const path& to, const path& new_symlink);
1772217722
void filesystem::create_symlink(const path& to, const path& new_symlink,
17723-
error_code& ec) noexcept;
17723+
error_code& ec) noexcept;
1772417724
\end{itemdecl}
1772517725

1772617726
\begin{itemdescr}

0 commit comments

Comments
 (0)