mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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++;
|
mDirtyTicks++;
|
||||||
|
|
||||||
if(mDirtyTicks==0)
|
if(mDirtyTicks==0)
|
||||||
ProcessErrors();
|
ProcessErrors();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetNeedsResolveAll()
|
public void SetNeedsResolveAll()
|
||||||
|
@ -393,7 +393,7 @@ namespace IDE.ui
|
||||||
public void ShowErrorNext()
|
public void ShowErrorNext()
|
||||||
{
|
{
|
||||||
if(mDirtyTicks==0)
|
if(mDirtyTicks==0)
|
||||||
ProcessErrors();
|
ProcessErrors();
|
||||||
|
|
||||||
bool foundFocused = false;
|
bool foundFocused = false;
|
||||||
let root = mErrorLV.GetRoot();
|
let root = mErrorLV.GetRoot();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue