1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-04-16 06:50:15 +00:00
parent 3b65fc9dad
commit 2e58269b33

View file

@ -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);
}
/**