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/alpha/process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/alpha/process.cc') diff --git a/src/arch/alpha/process.cc b/src/arch/alpha/process.cc index 3b37b42c7..eb1a2ee6d 100644 --- a/src/arch/alpha/process.cc +++ b/src/arch/alpha/process.cc @@ -73,7 +73,7 @@ AlphaLiveProcess::argsInit(int intSize, int pageSize) std::vector auxv; ElfObject * elfObject = dynamic_cast(objFile); - if(elfObject) + if (elfObject) { // modern glibc uses a bunch of auxiliary vectors to set up // TLS as well as do a bunch of other stuff -- cgit v1.2.3