mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
2c2bc88be9
commit
675b030e8a
1 changed files with 1 additions and 1 deletions
|
@ -7389,7 +7389,7 @@ public class AST2CPPTests extends AST2BaseTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkDeclDef(String[] declNames, String[] defNames, IASTDeclaration[] decls) {
|
private void checkDeclDef(String[] declNames, String[] defNames, IASTDeclaration[] decls) {
|
||||||
int i=0, j=0;
|
int i= 0, j= 0;
|
||||||
for (IASTDeclaration decl : decls) {
|
for (IASTDeclaration decl : decls) {
|
||||||
final IASTDeclarator[] dtors = ((IASTSimpleDeclaration) decl).getDeclarators();
|
final IASTDeclarator[] dtors = ((IASTSimpleDeclaration) decl).getDeclarators();
|
||||||
for (IASTDeclarator dtor : dtors) {
|
for (IASTDeclarator dtor : dtors) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue