mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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.source= source;
|
||||||
cost.target= target;
|
cost.target= target;
|
||||||
if (source.isSameType(target))
|
return source.isSameType(target);
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue