Format code.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 26 Jul 2017 01:45:30 +0000 (18:45 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 26 Jul 2017 01:45:30 +0000 (18:45 -0700)
src/jit/codegenlegacy.cpp

index acb9c93..0ec4281 100644 (file)
@@ -17700,7 +17700,7 @@ void CodeGen::SetupLateArgs(GenTreeCall* call)
                     }
                     else
                     {
-                        gcLayout = new (compiler, CMK_Codegen) BYTE[1];
+                        gcLayout    = new (compiler, CMK_Codegen) BYTE[1];
                         gcLayout[0] = TYPE_GC_NONE;
                     }
                 }