[PATCH] D43167: Fix incorrect indentation.

Bruce Mitchener via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 16:31:37 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325087: Fix incorrect indentation. (authored by brucem, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D43167

Files:
  libcxx/trunk/include/ios


Index: libcxx/trunk/include/ios
===================================================================
--- libcxx/trunk/include/ios
+++ libcxx/trunk/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.134149.patch
Type: text/x-patch
Size: 417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/77364dc6/attachment.bin>


More information about the llvm-commits mailing list