mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 04:05:38 +02:00
Cosmetics.
This commit is contained in:
parent
0b4bf70e80
commit
1da73a0cc1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ abstract public class PDOMWriter {
|
||||||
if (!stati.isEmpty()) {
|
if (!stati.isEmpty()) {
|
||||||
String path= null;
|
String path= null;
|
||||||
if (ifls.length > 0) {
|
if (ifls.length > 0) {
|
||||||
path= ifls[ifls.length-1].getURI().getPath();
|
path= ifls[ifls.length - 1].getURI().getPath();
|
||||||
} else {
|
} else {
|
||||||
path= ast.getFilePath().toString();
|
path= ast.getFilePath().toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue