1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-19 22:58:16 +00:00
parent bd1c42325e
commit 6b6920a6d4

View file

@ -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: