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/cpu/o3/inst_queue_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3/inst_queue_impl.hh') diff --git a/src/cpu/o3/inst_queue_impl.hh b/src/cpu/o3/inst_queue_impl.hh index 7d359b992..516d526b1 100644 --- a/src/cpu/o3/inst_queue_impl.hh +++ b/src/cpu/o3/inst_queue_impl.hh @@ -498,7 +498,7 @@ InstructionQueue::resetEntries() if (iqPolicy == Partitioned) { maxEntries[tid] = numEntries / active_threads; - } else if(iqPolicy == Threshold && active_threads == 1) { + } else if (iqPolicy == Threshold && active_threads == 1) { maxEntries[tid] = numEntries; } } -- cgit v1.2.3