From 5592798865ece858bab2b444bc782d19121e2566 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sat, 6 Feb 2016 17:21:19 -0800 Subject: style: fix missing spaces in control statements Result of running 'hg m5style --skip-all --fix-control -a'. --- src/arch/mips/isa.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/mips/isa.cc') diff --git a/src/arch/mips/isa.cc b/src/arch/mips/isa.cc index a37f523d9..5090e0b92 100644 --- a/src/arch/mips/isa.cc +++ b/src/arch/mips/isa.cc @@ -150,7 +150,7 @@ ISA::params() const void ISA::clear() { - for(int i = 0; i < NumMiscRegs; i++) { + for (int i = 0; i < NumMiscRegs; i++) { for (int j = 0; j < miscRegFile[i].size(); j++) miscRegFile[i][j] = 0; -- cgit v1.2.3