Correct trailing whitespaces.

This commit is contained in:
mcsauder
2018-08-18 12:07:30 -06:00
committed by Daniel Agar
parent 260c8a19c8
commit 3a22ee48db
6 changed files with 68 additions and 69 deletions

View File

@@ -687,7 +687,7 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, vehicle_status_s &status,
checkSensors = false;
#elif defined(__PX4_POSIX_BBBLUE)
PX4_WARN("Preflight checks for mag, acc, gyro always pass on BBBLUE");
checkSensors = false;
checkSensors = false;
#elif defined(__PX4_POSIX_BEBOP)
PX4_WARN("Preflight checks always pass on Bebop.");
checkSensors = false;