Reformat for recent commits (#54)

This commit is contained in:
Peter Johnson
2016-05-24 22:16:21 -07:00
parent 3af8e7e9fd
commit 565a125dad
3 changed files with 18 additions and 20 deletions

View File

@@ -78,7 +78,7 @@ void PIDController::Initialize(float Kp, float Ki, float Kd, float Kf,
}
PIDController::~PIDController() {
//forcefully stopping the notifier so the callback can successfully run.
// forcefully stopping the notifier so the callback can successfully run.
m_controlLoop->Stop();
if (m_table != nullptr) m_table->RemoveTableListener(this);
}