Eliminate tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / MappingInfo.cpp
index bbcbedf65e8c448bd6e43ad7d6e9a5497982f9cc..f8c0aa13a03762d4ac47aa3128bdba7bb14cda93 100644 (file)
@@ -158,11 +158,11 @@ void MappingInfoAsmPrinter::buildBBMIMap(Function &FI, MappingInfo &Map) {
 
 void MappingInfo::byteVector::dumpAssembly (std::ostream &Out) {
   for (iterator i = begin (), e = end (); i != e; ++i)
-       Out << ".byte " << (int)*i << "\n";
+        Out << ".byte " << (int)*i << "\n";
 }
 
 static void writePrologue (std::ostream &Out, const std::string &comment,
-                          const std::string &symName) {
+                           const std::string &symName) {
   // Prologue:
   // Output a comment describing the object.
   Out << "!" << comment << "\n";