Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@44a20e1
  • Loading branch information
CarolEidt committed Oct 31, 2019
1 parent 1aba6e8 commit 124f16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/src/jit/importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,8 @@ GenTree* Compiler::impAssignStructPtr(GenTree* destAddr,
BasicBlock* block /* = NULL */
)
{
GenTree* dest = nullptr;
unsigned destFlags = 0;
GenTree* dest = nullptr;
unsigned destFlags = 0;

if (ilOffset == BAD_IL_OFFSET)
{
Expand Down

0 comments on commit 124f16a

Please sign in to comment.