Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hagar authored and rajsite committed Jul 13, 2018
1 parent 0559687 commit 96dbdf4
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 127 deletions.
24 changes: 12 additions & 12 deletions source/core/Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1015,13 +1015,13 @@ InstructionCore* EmitSortInstruction(ClumpParseState* pInstructionBuilder)
ClumpParseState snippetBuilder(pInstructionBuilder);
pInstructionBuilder->BeginEmitSubSnippet(&snippetBuilder, sortOp, snippetArgId);
snippetBuilder.EmitInstruction(
&LTName,
3,
elementType,
nullptr,
&LTName,
3,
elementType,
nullptr,
booleanType,
nullptr,
elementType,
nullptr,
booleanType,
nullptr);

pInstructionBuilder->EndEmitSubSnippet(&snippetBuilder);
Expand Down Expand Up @@ -1110,13 +1110,13 @@ InstructionCore* EmitMaxMinInstruction(ClumpParseState* pInstructionBuilder)
ClumpParseState snippetBuilder(pInstructionBuilder);
pInstructionBuilder->BeginEmitSubSnippet(&snippetBuilder, findOp, snippetArgId);
snippetBuilder.EmitInstruction(
&LTName,
3,
elementType,
nullptr,
&LTName,
3,
elementType,
nullptr,
elementType,
nullptr,
booleanType,
nullptr,
booleanType,
nullptr);

pInstructionBuilder->EndEmitSubSnippet(&snippetBuilder);
Expand Down
Loading

0 comments on commit 96dbdf4

Please sign in to comment.