mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics
This commit is contained in:
parent
7fe0a91dbc
commit
258181e027
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class PDOMSetupJob extends Job {
|
|||
@Override
|
||||
protected IStatus run(IProgressMonitor monitor) {
|
||||
monitor.beginTask("", IProgressMonitor.UNKNOWN); //$NON-NLS-1$
|
||||
while(true) {
|
||||
while (true) {
|
||||
ICProject cproject= fManager.getNextProject();
|
||||
if (cproject == null)
|
||||
return Status.OK_STATUS;
|
||||
|
|
Loading…
Add table
Reference in a new issue