mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
f28b2834b8
commit
f99560bd1d
1 changed files with 1 additions and 3 deletions
|
@ -913,14 +913,12 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
if (a != null) {
|
||||
for (String element : a) {
|
||||
result= addToHashcode(result, element);
|
||||
|
||||
}
|
||||
}
|
||||
a= esi.getMacroFiles();
|
||||
if (a != null) {
|
||||
for (String element : a) {
|
||||
result= addToHashcode(result, element);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue