mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Cosmetics.
This commit is contained in:
parent
bd1c42325e
commit
6b6920a6d4
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ public class IndexUpdatePolicy {
|
||||||
}
|
}
|
||||||
|
|
||||||
private int getLegalPolicy(int kind) {
|
private int getLegalPolicy(int kind) {
|
||||||
switch(kind) {
|
switch (kind) {
|
||||||
case POST_BUILD:
|
case POST_BUILD:
|
||||||
case POST_CHANGE:
|
case POST_CHANGE:
|
||||||
case MANUAL:
|
case MANUAL:
|
||||||
|
@ -81,7 +81,7 @@ public class IndexUpdatePolicy {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(fKind) {
|
switch (fKind) {
|
||||||
case MANUAL:
|
case MANUAL:
|
||||||
return null;
|
return null;
|
||||||
case POST_CHANGE:
|
case POST_CHANGE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue