1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-08-23 02:56:10 +00:00
parent 2c2bc88be9
commit 675b030e8a

View file

@ -7389,7 +7389,7 @@ public class AST2CPPTests extends AST2BaseTest {
}
private void checkDeclDef(String[] declNames, String[] defNames, IASTDeclaration[] decls) {
int i=0, j=0;
int i= 0, j= 0;
for (IASTDeclaration decl : decls) {
final IASTDeclarator[] dtors = ((IASTSimpleDeclaration) decl).getDeclarators();
for (IASTDeclarator dtor : dtors) {