Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 3, 2020
1 parent 7396401 commit 6f685ee
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -588,9 +588,7 @@ void CellmlTextViewLexer::styleTextPreviousMultilineComment(int pPosition,
// Our /* XXX */ comment is within a parameter block, so finish
// styling our parameter block

styleTextPreviousParameterBlock(end, end, pEnd,
pText.right(pEnd-end),
false);
styleTextPreviousParameterBlock(end, end, pEnd, pText.right(pEnd-end), false);
} else {
styleText(end, pEnd, pText.right(pEnd-end), pParameterBlock);
}
Expand Down

0 comments on commit 6f685ee

Please sign in to comment.