Skip to content

Commit 1fe9508

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[streambuf.virt.buffer,stringbuf.general] Fix indentation
1 parent 537101c commit 1fe9508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/iostreams.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3636,7 +3636,7 @@
36363636
\begin{itemdecl}
36373637
pos_type seekoff(off_type off, ios_base::seekdir way,
36383638
ios_base::openmode which
3639-
= ios_base::in | ios_base::out);
3639+
= ios_base::in | ios_base::out);
36403640
\end{itemdecl}
36413641

36423642
\begin{itemdescr}
@@ -3658,7 +3658,7 @@
36583658
\begin{itemdecl}
36593659
pos_type seekpos(pos_type sp,
36603660
ios_base::openmode which
3661-
= ios_base::in | ios_base::out);
3661+
= ios_base::in | ios_base::out);
36623662
\end{itemdecl}
36633663

36643664
\begin{itemdescr}
@@ -8095,10 +8095,10 @@
80958095

80968096
pos_type seekoff(off_type off, ios_base::seekdir way,
80978097
ios_base::openmode which
8098-
= ios_base::in | ios_base::out) override;
8098+
= ios_base::in | ios_base::out) override;
80998099
pos_type seekpos(pos_type sp,
81008100
ios_base::openmode which
8101-
= ios_base::in | ios_base::out) override;
8101+
= ios_base::in | ios_base::out) override;
81028102

81038103
private:
81048104
ios_base::openmode @\exposid{mode}@; // \expos

0 commit comments

Comments
 (0)