mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fix whitespace
This commit is contained in:
parent
3676825b12
commit
3335536081
1 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ namespace IDE.ui
|
|||
mDirtyTicks++;
|
||||
|
||||
if(mDirtyTicks==0)
|
||||
ProcessErrors();
|
||||
ProcessErrors();
|
||||
}
|
||||
|
||||
public void SetNeedsResolveAll()
|
||||
|
@ -393,7 +393,7 @@ namespace IDE.ui
|
|||
public void ShowErrorNext()
|
||||
{
|
||||
if(mDirtyTicks==0)
|
||||
ProcessErrors();
|
||||
ProcessErrors();
|
||||
|
||||
bool foundFocused = false;
|
||||
let root = mErrorLV.GetRoot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue