From: Carol Eidt Date: Thu, 2 Aug 2018 00:41:31 +0000 (-0700) Subject: formatting X-Git-Tag: submit/tizen/20210909.063632~11030^2~4233^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=274970cab5137e18d1a300f3b82a9283596fd0d6;p=platform%2Fupstream%2Fdotnet%2Fruntime.git formatting Commit migrated from https://github.com/dotnet/coreclr/commit/9c8816c8a651dc211e10dc5c5275a82ec515e8a9 --- 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) {