mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Cosmetics.
This commit is contained in:
parent
3b65fc9dad
commit
2e58269b33
1 changed files with 1 additions and 4 deletions
|
@ -541,10 +541,7 @@ public class Conversions {
|
|||
}
|
||||
cost.source= source;
|
||||
cost.target= target;
|
||||
if (source.isSameType(target))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return source.isSameType(target);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue