modules remove extra semicolons

This commit is contained in:
Daniel Agar
2017-06-04 12:48:50 -04:00
committed by Nuno Marques
parent 08fbd022af
commit 545ce9ae24
18 changed files with 48 additions and 46 deletions
+2 -2
View File
@@ -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)
{