format fix
authorSergey Andreenko <seandree@microsoft.com>
Tue, 18 Oct 2016 21:31:55 +0000 (14:31 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 18 Oct 2016 21:31:55 +0000 (14:31 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/fe41679021568d467ad00b79449684be900e9760

src/coreclr/src/jit/importer.cpp

index 008a2f3..17d78af 100644 (file)
@@ -5744,7 +5744,7 @@ GenTreePtr Compiler::impImportStaticFieldAccess(CORINFO_RESOLVED_TOKEN* pResolve
 
             FieldSeqNode* fs = GetFieldSeqStore()->CreateSingleton(pResolvedToken->hField);
             op1              = gtNewOperNode(GT_ADD, type, op1,
-                                new (this, GT_CNS_INT) GenTreeIntCon(TYP_I_IMPL, pFieldInfo->offset, fs));            
+                                new (this, GT_CNS_INT) GenTreeIntCon(TYP_I_IMPL, pFieldInfo->offset, fs));
         }
         break;