mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +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()) {
|
||||
String path= null;
|
||||
if (ifls.length > 0) {
|
||||
path= ifls[ifls.length-1].getURI().getPath();
|
||||
path= ifls[ifls.length - 1].getURI().getPath();
|
||||
} else {
|
||||
path= ast.getFilePath().toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue