Fix indentation. NFC.
[oota-llvm.git] / lib / Support / raw_ostream.cpp
index 4c0b6c7b56343b703d2cd06a67ebaf8e00d5c0d6..42f830bbf0fa37b52697c2def4735015f0c885ac 100644 (file)
@@ -815,7 +815,7 @@ void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) {
 }
 
 uint64_t raw_svector_ostream::current_pos() const {
-   return OS.size();
+  return OS.size();
 }
 
 StringRef raw_svector_ostream::str() {