formatting
authorCarol Eidt <carol.eidt@microsoft.com>
Thu, 2 Aug 2018 00:41:31 +0000 (17:41 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Thu, 2 Aug 2018 00:41:31 +0000 (17:41 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/9c8816c8a651dc211e10dc5c5275a82ec515e8a9

src/coreclr/src/jit/morph.cpp

index 9465f4e..2b07985 100644 (file)
@@ -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)
         {