mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
118f7915fc
commit
f775a6c4c4
1 changed files with 2 additions and 2 deletions
|
@ -630,8 +630,8 @@ public abstract class CModelOperation implements IWorkspaceRunnable, IProgressMo
|
|||
run(monitor);
|
||||
} else {
|
||||
// use IWorkspace.run(...) to ensure that a build will be done in autobuild mode
|
||||
getCModel().getUnderlyingResource().getWorkspace()
|
||||
.run(this, getSchedulingRule(), IWorkspace.AVOID_UPDATE, monitor);
|
||||
getCModel().getUnderlyingResource().getWorkspace().run(
|
||||
this, getSchedulingRule(), IWorkspace.AVOID_UPDATE, monitor);
|
||||
}
|
||||
} catch (CoreException ce) {
|
||||
if (ce instanceof CModelException) {
|
||||
|
|
Loading…
Add table
Reference in a new issue