Skip to content

Commit f417d50

Browse files
authored
[fstream.general] Insert space around | for consistency (#7534)
1 parent 9766bc8 commit f417d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12305,7 +12305,7 @@
1230512305
ios_base::openmode mode = ios_base::in | ios_base::out);
1230612306
explicit basic_fstream(
1230712307
const filesystem::path::value_type* s,
12308-
ios_base::openmode mode = ios_base::in|ios_base::out); // wide systems only; see \ref{fstream.syn}
12308+
ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
1230912309
explicit basic_fstream(
1231012310
const string& s,
1231112311
ios_base::openmode mode = ios_base::in | ios_base::out);
@@ -12330,7 +12330,7 @@
1233012330
ios_base::openmode mode = ios_base::in | ios_base::out);
1233112331
void open(
1233212332
const filesystem::path::value_type* s,
12333-
ios_base::openmode mode = ios_base::in|ios_base::out); // wide systems only; see \ref{fstream.syn}
12333+
ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
1233412334
void open(
1233512335
const string& s,
1233612336
ios_base::openmode mode = ios_base::in | ios_base::out);

0 commit comments

Comments
 (0)