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
|
@ -60,7 +60,7 @@ String Beefy::EncodeFileName(const StringImpl& fromStr)
|
|||
path.Insert(0, fromStr.mPtr, 80);
|
||||
else
|
||||
path += fromStr;
|
||||
|
||||
|
||||
path.Replace("$", "\\");
|
||||
for (auto& c : path)
|
||||
{
|
||||
|
@ -178,7 +178,7 @@ bool Beefy::BfCheckWildcard(const StringImpl& wildcard, const StringImpl& checkS
|
|||
break;
|
||||
}
|
||||
|
||||
prevFilterC = filterC;
|
||||
prevFilterC = filterC;
|
||||
}
|
||||
|
||||
return matched;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue