2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00

Fixed indenting

This commit is contained in:
Adam Long 2014-10-10 17:17:28 -04:00
parent b8b3e06347
commit 610a675f5d

View File

@ -539,8 +539,7 @@ public:
//}}} //}}}
//Lower Shooter{{{ //Lower Shooter{{{
if(currentStep==3){ if(currentStep==3){
if(40.0f<=potToDegrees(armPot.GetAverageVoltage())){ if(40.0f<=potToDegrees(armPot.GetAverageVoltage())){ shootRobot(-0.1f);
shootRobot(-0.1f);
}else{ }else{
shootRobot(0.0f); shootRobot(0.0f);
} }