mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Code formatting.
This commit is contained in:
parent
d2c24dc7ca
commit
d1019b8da6
1 changed files with 0 additions and 1 deletions
|
@ -2026,7 +2026,6 @@ public class CPPSemantics {
|
||||||
return CPPUnknownFunction.createForSample(firstViable, data.astName);
|
return CPPUnknownFunction.createForSample(firstViable, data.astName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (bestFnCost == null) {
|
if (bestFnCost == null) {
|
||||||
bestFnCost= fnCost;
|
bestFnCost= fnCost;
|
||||||
bestFn= fn;
|
bestFn= fn;
|
||||||
|
|
Loading…
Add table
Reference in a new issue