rnc: replaced tabs by spaces

This commit is contained in:
gdd 2011-10-26 15:36:01 +00:00
parent df4ce866bc
commit ec92e342ca

View File

@ -518,7 +518,8 @@ void DisplayGUI::ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindow
}
if(mode == 0 || mode == 1) {
aStudy->setObjectProperty(mgrId,It.Value()->getEntry(),DISPLAY_MODE_PROP, mode);
} else if (mode == 3) {
}
else if (mode == 3) {
aStudy->setObjectProperty(mgrId, It.Value()->getEntry(),VECTOR_MODE_PROP , vectorMode);
}
}