Ran formatter (#681)

This commit is contained in:
Tyler Veness
2017-10-26 19:28:59 -07:00
committed by Peter Johnson
parent ce4c9edd1f
commit 9945a5b3c6
12 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
namespace frc {
class PIDController;
}
} // namespace frc
/**
* Drive the given distance straight (negative values go backwards).

View File

@@ -13,7 +13,7 @@
namespace frc {
class PIDController;
}
} // namespace frc
/**
* Drive until the robot is the given distance away from the box. Uses a local

View File

@@ -16,7 +16,7 @@
namespace frc {
class Joystick;
}
} // namespace frc
/**
* The DriveTrain subsystem incorporates the sensors and actuators attached to

View File

@@ -17,7 +17,7 @@
namespace frc {
class Joystick;
}
} // namespace frc
/**
* The DriveTrain subsystem controls the robot's chassis and reads in

View File

@@ -11,7 +11,7 @@
namespace frc {
class Joystick;
}
} // namespace frc
class DoubleButton : public frc::Trigger {
public: