AP_HAL_PX4: clean whitespace

This commit is contained in:
Mark Whitehorn 2017-11-28 09:44:27 -07:00 committed by Andrew Tridgell
parent d9ce90ceb0
commit b1b1c0218f
1 changed files with 2 additions and 2 deletions

View File

@ -331,8 +331,8 @@ size_t PX4UARTDriver::write(const uint8_t *buffer, size_t size)
}
if (!_initialised) {
try_initialise();
return 0;
}
return 0;
}
if (!_nonblocking_writes) {
/*