mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Trailing whitespace trimming
This commit is contained in:
parent
06425735d9
commit
7f328385db
88 changed files with 9577 additions and 9850 deletions
|
@ -13,5 +13,5 @@ BfSourcePositionFinder::BfSourcePositionFinder(BfParser* bfParser, int findPosit
|
|||
void BfSourcePositionFinder::Visit(BfAstNode* node)
|
||||
{
|
||||
if ((mFindPosition >= node->GetSrcStart()) && (mFindPosition <= node->GetSrcEnd()))
|
||||
mClosestElement = node;
|
||||
}
|
||||
mClosestElement = node;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue