mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 18:30:34 +08:00
modules remove extra semicolons
This commit is contained in:
committed by
Nuno Marques
parent
08fbd022af
commit
545ce9ae24
@@ -186,8 +186,8 @@ protected:
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
virtual void _init(void) { }; ///< Run before each unit test. Override to provide custom behavior.
|
||||
virtual void _cleanup(void) { }; ///< Run after each unit test. Override to provide custom behavior.
|
||||
virtual void _init(void) {} ///< Run before each unit test. Override to provide custom behavior.
|
||||
virtual void _cleanup(void) {} ///< Run after each unit test. Override to provide custom behavior.
|
||||
|
||||
void _print_assert(const char *msg, const char *test, const char *file, int line)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user