Skip to content

Commit c20a447

Browse files
authored
[ostringstream.general] Fix indentation
1 parent 5683953 commit c20a447

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
@@ -9328,7 +9328,7 @@
93289328
template<class T>
93299329
void str(const T& t);
93309330

9331-
private:
9331+
private:
93329332
basic_stringbuf<charT, traits, Allocator> @\exposid{sb}@; // \expos
93339333
};
93349334
}

0 commit comments

Comments
 (0)