navigator: minor formatting fix

This commit is contained in:
Anton Babushkin 2014-06-26 13:44:41 +02:00
parent 63e14c73ba
commit 6e5aafb3a7
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ Navigator::task_main()
_update_triplet = true;
}
if (_update_triplet ) {
if (_update_triplet) {
publish_position_setpoint_triplet();
_update_triplet = false;
}