tests: common: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
99b39a6ff3
commit
072c3d110a
9 changed files with 93 additions and 93 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue