mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
3f48af6991
commit
8dc35f6030
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ public class IndexUpdatePolicy {
|
||||||
IPDOMIndexerTask task= null;
|
IPDOMIndexerTask task= null;
|
||||||
if (fKind == MANUAL || isNullIndexer()) {
|
if (fKind == MANUAL || isNullIndexer()) {
|
||||||
clearTUs();
|
clearTUs();
|
||||||
}
|
} else if (fIndexer != null) {
|
||||||
else if (fIndexer != null) {
|
|
||||||
if (oldPolicy == MANUAL) {
|
if (oldPolicy == MANUAL) {
|
||||||
task= new PDOMUpdateTask(fIndexer,
|
task= new PDOMUpdateTask(fIndexer,
|
||||||
IIndexManager.UPDATE_CHECK_TIMESTAMPS | IIndexManager.UPDATE_CHECK_CONTENTS_HASH);
|
IIndexManager.UPDATE_CHECK_TIMESTAMPS | IIndexManager.UPDATE_CHECK_CONTENTS_HASH);
|
||||||
|
|
Loading…
Add table
Reference in a new issue