tests: common: fix code style

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-16 21:58:25 -04:00 committed by Kumar Gala
commit 072c3d110a
9 changed files with 93 additions and 93 deletions

View file

@ -7,10 +7,10 @@
#include <ztest.h> #include <ztest.h>
#define ALIGN_MS_BOUNDARY \ #define ALIGN_MS_BOUNDARY \
do {\ do { \
u32_t t = k_uptime_get_32();\ u32_t t = k_uptime_get_32(); \
while (t == k_uptime_get_32())\ while (t == k_uptime_get_32()) \
;\ ; \
} while (0) } while (0)
static void tclock_uptime(void) static void tclock_uptime(void)