From: Pat Gavlin Date: Wed, 26 Jul 2017 01:45:30 +0000 (-0700) Subject: Format code. X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~64^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1117a29450714d4752f79704c1ffb9e7c215af0f;p=platform%2Fupstream%2Fcoreclr.git Format code. --- diff --git a/src/jit/codegenlegacy.cpp b/src/jit/codegenlegacy.cpp index acb9c93..0ec4281 100644 --- a/src/jit/codegenlegacy.cpp +++ b/src/jit/codegenlegacy.cpp @@ -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; } }