spaces to tabs
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 4f3551d..ce664d0 100755
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -60,12 +60,12 @@
true,
control_loops::MakeVClutchDrivetrainLoop,
control_loops::MakeClutchDrivetrainLoop,
- // ShooterLimits
- // TODO(ben): make these real numbers
+ // ShooterLimits
+ // TODO(ben): make these real numbers
{0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}}
shooter_voltage,
- // shooter_total_length
- 1.0,
+ // shooter_total_length
+ 1.0,
shooter_hall_effect_start_position,
shooter_zeroing_off_speed,
shooter_zeroing_speed,
@@ -90,12 +90,12 @@
false,
control_loops::MakeVDogDrivetrainLoop,
control_loops::MakeDogDrivetrainLoop,
- // ShooterLimits
- // TODO(ben): make these real numbers
+ // ShooterLimits
+ // TODO(ben): make these real numbers
{0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}}
shooter_voltage,
- // shooter_total_length
- 1.0,
+ // shooter_total_length
+ 1.0,
shooter_hall_effect_start_position,
shooter_zeroing_off_speed,
shooter_zeroing_speed,