Fix jit-format error
authorBruce Forstall <brucefo@microsoft.com>
Tue, 19 Sep 2017 21:45:25 +0000 (14:45 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 19 Sep 2017 21:45:25 +0000 (14:45 -0700)
src/jit/lower.cpp

index 40e03b0..05dcd08 100644 (file)
@@ -2372,7 +2372,7 @@ void Lowering::LowerCompare(GenTree* cmp)
 #ifdef _TARGET_AMD64_
             var_types smallerType = (*smallerOpUse)->TypeGet();
 #elif defined(_TARGET_ARM64_)
-            var_types smallerType = genActualType((*smallerOpUse)->TypeGet());
+            var_types smallerType  = genActualType((*smallerOpUse)->TypeGet());
 #endif // _TARGET_AMD64_
 
             assert(genTypeSize(smallerType) < 8);