Remove tabs.
llvm-svn: 14123
diff --git a/llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp b/llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp
index a3cf9f5..9591dce 100644
--- a/llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp
+++ b/llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp
@@ -312,8 +312,8 @@
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
print(Out, "VBR Savings",
- double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
- double(I->second.byteSize));
+ double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
+ double(I->second.byteSize));
++I;
}
}
diff --git a/llvm/lib/Bytecode/Reader/AnalyzerWrappers.cpp b/llvm/lib/Bytecode/Reader/AnalyzerWrappers.cpp
index a3cf9f5..9591dce 100644
--- a/llvm/lib/Bytecode/Reader/AnalyzerWrappers.cpp
+++ b/llvm/lib/Bytecode/Reader/AnalyzerWrappers.cpp
@@ -312,8 +312,8 @@
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
print(Out, "VBR Savings",
- double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
- double(I->second.byteSize));
+ double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
+ double(I->second.byteSize));
++I;
}
}