diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-02-14 00:29:38 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-02-14 00:29:38 +0000 |
| commit | 56f6352354c9e7f5858171927460591ce9dbf874 (patch) | |
| tree | 60b2757565f5967bb7998180ef239bd3c5c09ead /libcxx/include/ios | |
| parent | 1631ac16966f4f7210bc3b7d928a17e80541985a (diff) | |
| download | bcm5719-llvm-56f6352354c9e7f5858171927460591ce9dbf874.tar.gz bcm5719-llvm-56f6352354c9e7f5858171927460591ce9dbf874.zip | |
Fix incorrect indentation.
Reviewers: mclow.lists
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D43167
llvm-svn: 325087
Diffstat (limited to 'libcxx/include/ios')
| -rw-r--r-- | libcxx/include/ios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ios b/libcxx/include/ios index 0bffa571e92..6e32d0fe6b7 100644 --- a/libcxx/include/ios +++ b/libcxx/include/ios @@ -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> |

