Fixed claw angle conversion bug and scaled the hall effect on the drivetrain propperly.
diff --git a/frc971/control_loops/claw/claw.q b/frc971/control_loops/claw/claw.q
index 233a3ea..f1d2f93 100644
--- a/frc971/control_loops/claw/claw.q
+++ b/frc971/control_loops/claw/claw.q
@@ -31,10 +31,10 @@
     double bottom_angle;
     // How much higher the top claw is.
     double separation_angle;
-	// top claw intake roller
+    // top claw intake roller
     double intake;
-	// bottom claw tusk centering
-	double centering;
+    // bottom claw tusk centering
+    double centering;
   };
 
   message Position {