module.h fix trivial whitespace astyle failure

This commit is contained in:
Daniel Agar
2024-06-20 15:50:25 -04:00
parent eba9276e6f
commit 153b683a0e
@@ -240,6 +240,7 @@ public:
px4_usleep(10000); // 10 ms
lock_module();
i++;
if (i % 500 == 0) {
PX4_INFO("Waiting for task to stop...");
}