forked from OSchip/llvm-project
Fix incorrect indentation.
Reviewers: mclow.lists Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D43167 llvm-svn: 325087
This commit is contained in:
parent
1631ac1696
commit
56f6352354
|
@ -670,7 +670,7 @@ protected:
|
|||
void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
|
||||
private:
|
||||
basic_ostream<char_type, traits_type>* __tie_;
|
||||
mutable int_type __fill_;
|
||||
mutable int_type __fill_;
|
||||
};
|
||||
|
||||
template <class _CharT, class _Traits>
|
||||
|
|
Loading…
Reference in New Issue