mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
f99560bd1d
commit
1a51feea87
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
if (scanInfo != null) {
|
||||
long start= System.currentTimeMillis();
|
||||
IASTTranslationUnit ast= createAST(code, lang, scanInfo, fASTOptions, monitor);
|
||||
fStatistics.fParsingTime += System.currentTimeMillis()-start;
|
||||
fStatistics.fParsingTime += System.currentTimeMillis() - start;
|
||||
if (ast != null) {
|
||||
if (fShowActivity || fShowInclusionProblems) {
|
||||
IASTNode node= ast.getNodeSelector(null).findEnclosingNode(0,6);
|
||||
|
|
Loading…
Add table
Reference in a new issue