1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-03-09 18:19:50 +00:00
parent 8934124312
commit d3692fa235

View file

@ -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;
}