diff --git a/src/platforms/posix/drivers/barosim/baro.cpp b/src/platforms/posix/drivers/barosim/baro.cpp index 37cc5656c9..0bbb2c1c0d 100644 --- a/src/platforms/posix/drivers/barosim/baro.cpp +++ b/src/platforms/posix/drivers/barosim/baro.cpp @@ -685,7 +685,8 @@ BAROSIM::print_info() PX4_INFO("MSL pressure: %10.4f", (double)(_msl_pressure / 100.f)); } -namespace barosim { +namespace barosim +{ /** * BAROSIM crc4 cribbed from the datasheet