1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00

Code formatting.

This commit is contained in:
Sergey Prigogin 2009-02-16 23:25:40 +00:00
parent 59129f335e
commit d2c24dc7ca

View file

@ -2146,7 +2146,7 @@ public class CPPSemantics {
result[k++] = cost;
}
for (int j=0; j<sourceLen; j++) {
for (int j = 0; j < sourceLen; j++) {
final IType argType= argTypes[j];
final Object arg= j < args.length ? args[j] : null;
final IASTExpression argExpr= (arg instanceof IASTExpression) ? (IASTExpression) arg : null;