Fix cpplint's whitespace warnings.
Change-Id: I16b69d773e59b49e8e30227b5aa5cb1959a8930f
diff --git a/src/common_test.h b/src/common_test.h
index c174173..fc02a49 100644
--- a/src/common_test.h
+++ b/src/common_test.h
@@ -197,14 +197,14 @@
#endif
runtime_->SetJniStubArray(JniCompiler::CreateJniStub(instruction_set));
runtime_->SetAbstractMethodErrorStubArray(Compiler::CreateAbstractMethodErrorStub(instruction_set));
- for (int i=0; i < Runtime::kLastTrampolineMethodType; i++) {
+ for (int i = 0; i < Runtime::kLastTrampolineMethodType; i++) {
Runtime::TrampolineType type = Runtime::TrampolineType(i);
if (!runtime_->HasResolutionStubArray(type)) {
runtime_->SetResolutionStubArray(
Compiler::CreateResolutionStub(instruction_set, type), type);
}
}
- for (int i=0; i < Runtime::kLastCalleeSaveType; i++) {
+ for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
Runtime::CalleeSaveType type = Runtime::CalleeSaveType(i);
if (!runtime_->HasCalleeSaveMethod(type)) {
runtime_->SetCalleeSaveMethod(