mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 01:58:00 +02:00
Fix whitespace
This commit is contained in:
parent
70c41dbfc3
commit
3676825b12
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace IDE.ui
|
||||||
bfError.mMoreInfo = new List<BfPassInstance.BfError>();
|
bfError.mMoreInfo = new List<BfPassInstance.BfError>();
|
||||||
bfError.mMoreInfo.Add(moreInfo);
|
bfError.mMoreInfo.Add(moreInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function int(int lhs, int rhs) ascLambda = (lhs, rhs) => lhs <=> rhs;
|
function int(int lhs, int rhs) ascLambda = (lhs, rhs) => lhs <=> rhs;
|
||||||
bfl.Sort(scope (lhs, rhs) => ascLambda(lhs.mFilePath.GetHashCode()+lhs.mSrcStart, rhs.mFilePath.GetHashCode()+rhs.mSrcStart));
|
bfl.Sort(scope (lhs, rhs) => ascLambda(lhs.mFilePath.GetHashCode()+lhs.mSrcStart, rhs.mFilePath.GetHashCode()+rhs.mSrcStart));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue