Fix formatting
authorAndy Ayers <andya@microsoft.com>
Wed, 3 Jan 2018 22:46:20 +0000 (14:46 -0800)
committerAndy Ayers <andya@microsoft.com>
Wed, 3 Jan 2018 22:46:20 +0000 (14:46 -0800)
src/jit/importer.cpp

index d463ae2..20007c8 100644 (file)
@@ -10755,7 +10755,8 @@ void Compiler::impImportBlockCode(BasicBlock* block)
                 if ((lvaTable[lclNum].lvAddrExposed || lvaTable[lclNum].lvHasLdAddrOp || lvaTable[lclNum].lvPinned) &&
                     (verCurrentState.esStackDepth > 0))
                 {
-                    impSpillSideEffects(false, (unsigned)CHECK_SPILL_ALL DEBUGARG("Local could be aliased or is pinned"));
+                    impSpillSideEffects(false,
+                                        (unsigned)CHECK_SPILL_ALL DEBUGARG("Local could be aliased or is pinned"));
                 }
 
                 /* Spill any refs to the local from the stack */