[PATCH] D43167: Fix incorrect indentation.
Bruce Mitchener via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 10 17:31:38 PST 2018
brucem created this revision.
brucem added a reviewer: mclow.lists.
Repository:
rCXX libc++
https://reviews.llvm.org/D43167
Files:
include/ios
Index: include/ios
===================================================================
--- include/ios
+++ include/ios
@@ -670,7 +670,7 @@
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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43167.133779.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180211/154b1656/attachment.bin>
More information about the cfe-commits
mailing list