mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue