mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8934124312
commit
d3692fa235
1 changed files with 2 additions and 2 deletions
|
@ -377,7 +377,7 @@ public class PDOMASTAdapter {
|
|||
if (qn.length < 1) {
|
||||
qn= new String[]{null};
|
||||
}
|
||||
qn[qn.length-1]= new String(fName);
|
||||
qn[qn.length - 1]= new String(fName);
|
||||
return qn;
|
||||
}
|
||||
|
||||
|
@ -386,7 +386,7 @@ public class PDOMASTAdapter {
|
|||
if (qn.length < 1) {
|
||||
qn= new char[][]{null};
|
||||
}
|
||||
qn[qn.length-1]= fName;
|
||||
qn[qn.length - 1]= fName;
|
||||
return qn;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue