mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +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) {
|
||||
switch(kind) {
|
||||
switch (kind) {
|
||||
case POST_BUILD:
|
||||
case POST_CHANGE:
|
||||
case MANUAL:
|
||||
|
@ -81,7 +81,7 @@ public class IndexUpdatePolicy {
|
|||
return null;
|
||||
}
|
||||
|
||||
switch(fKind) {
|
||||
switch (fKind) {
|
||||
case MANUAL:
|
||||
return null;
|
||||
case POST_CHANGE:
|
||||
|
|
Loading…
Add table
Reference in a new issue