From d230302b16474ff22a35243ffed6236ef4fc7fb9 Mon Sep 17 00:00:00 2001 From: Paradox Date: Mon, 9 Feb 2009 08:16:34 -0500 Subject: Replace tabs with spaces in more files. --HG-- branch : trunk --- contrib/vmap_debugger/ModelContainerView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/vmap_debugger/ModelContainerView.cpp') diff --git a/contrib/vmap_debugger/ModelContainerView.cpp b/contrib/vmap_debugger/ModelContainerView.cpp index fa6b2b40b29..4feab72e6cd 100644 --- a/contrib/vmap_debugger/ModelContainerView.cpp +++ b/contrib/vmap_debugger/ModelContainerView.cpp @@ -56,7 +56,7 @@ namespace VMAP Vector3 lo = Vector3(inf(), inf(), inf()); Vector3 hi = Vector3(-inf(), -inf(), -inf()); - for(int i=0; i< root->getNValues(); i++) { + for(int i=0; i< root->getNValues(); i++) { SubModel sm = pModelContainer->getSubModel(root->getStartPosition() + i); lo = lo.min(sm.getAABoxBounds().low()); hi = hi.max(sm.getAABoxBounds().high()); @@ -502,7 +502,7 @@ namespace VMAP if(ui->keyPressed(GKey::fromString("2"))) { //dec count1 gCount1--; - if(gCount1 < 0) + if(gCount1 < 0) gCount1 = 0; } @@ -529,7 +529,7 @@ namespace VMAP if(ui->keyPressed(GKey::LEFT_MOUSE)) { - if( iCurrCmdIndex>0) { + if( iCurrCmdIndex>0) { --iCurrCmdIndex; printf("restart last command\n"); processCommand(); -- cgit v1.2.3