From 274970cab5137e18d1a300f3b82a9283596fd0d6 Mon Sep 17 00:00:00 2001 From: Carol Eidt Date: Wed, 1 Aug 2018 17:41:31 -0700 Subject: [PATCH] formatting Commit migrated from https://github.com/dotnet/coreclr/commit/9c8816c8a651dc211e10dc5c5275a82ec515e8a9 --- src/coreclr/src/jit/morph.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/src/jit/morph.cpp b/src/coreclr/src/jit/morph.cpp index 9465f4e..2b07985 100644 --- a/src/coreclr/src/jit/morph.cpp +++ b/src/coreclr/src/jit/morph.cpp @@ -4616,8 +4616,8 @@ GenTree* Compiler::fgMorphMultiregStructArg(GenTree* arg, fgArgTabEntry* fgEntry if (fgEntryPtr->regNum == REG_STK) #endif { - GenTreeLclVarCommon* lcl = nullptr; - GenTree* actualArg = arg->gtEffectiveVal(); + GenTreeLclVarCommon* lcl = nullptr; + GenTree* actualArg = arg->gtEffectiveVal(); if (actualArg->OperGet() == GT_OBJ) { -- 2.7.4