mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Code formatting.
This commit is contained in:
parent
59129f335e
commit
d2c24dc7ca
1 changed files with 1 additions and 1 deletions
|
@ -2146,7 +2146,7 @@ public class CPPSemantics {
|
||||||
result[k++] = cost;
|
result[k++] = cost;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int j=0; j<sourceLen; j++) {
|
for (int j = 0; j < sourceLen; j++) {
|
||||||
final IType argType= argTypes[j];
|
final IType argType= argTypes[j];
|
||||||
final Object arg= j < args.length ? args[j] : null;
|
final Object arg= j < args.length ? args[j] : null;
|
||||||
final IASTExpression argExpr= (arg instanceof IASTExpression) ? (IASTExpression) arg : null;
|
final IASTExpression argExpr= (arg instanceof IASTExpression) ? (IASTExpression) arg : null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue