Format code.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 1 Aug 2017 04:41:37 +0000 (21:41 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 1 Aug 2017 04:41:37 +0000 (21:41 -0700)
src/jit/codegenlegacy.cpp

index 3a2498f..90b0920 100644 (file)
@@ -2859,7 +2859,7 @@ void CodeGen::genEmitGSCookieCheck(bool pushReg)
     // Lock all ABI argument registers before generating the check. All other registers should be dead, so this
     // shouldn't over-constrain us.
     const regMaskTP unlockedArgRegs = RBM_ARG_REGS & ~regSet.rsMaskLock;
-    regMaskTP usedArgRegs;
+    regMaskTP       usedArgRegs;
     regSet.rsLockReg(unlockedArgRegs, &usedArgRegs);
 #endif