tests: obj_tracing: fix code style

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-16 22:05:24 -04:00 committed by Kumar Gala
commit 93bcc957da
3 changed files with 11 additions and 11 deletions

View file

@ -41,7 +41,7 @@ void phil_entry(void)
irq_unlock(pri); irq_unlock(pri);
/* always take the lowest fork first */ /* always take the lowest fork first */
if ((id+1) != N_PHILOSOPHERS) { if ((id + 1) != N_PHILOSOPHERS) {
f1 = FORK(id); f1 = FORK(id);
f2 = FORK(id + 1); f2 = FORK(id + 1);
} else { } else {