+ whitespacee/typo fixes

This commit is contained in:
wmayer
2015-04-30 23:16:57 +02:00
parent 11239b034c
commit 6b6070281e
6 changed files with 6 additions and 7 deletions

View File

@@ -306,7 +306,7 @@ int PolyPickerSelection::mouseButtonEvent(const SoMouseButtonEvent* const e, con
const int button = e->getButton();
const SbBool press = e->getState() == SoButtonEvent::DOWN ? TRUE : FALSE;
if(press) {
if (press) {
switch(button)
{
case SoMouseButtonEvent::BUTTON1:
@@ -664,4 +664,3 @@ void BoxZoomSelection::terminate()
SbBox2s box(xmin, ymin, xmax, ymax);
_pcView3D->boxZoom(box);
}