From 4298d0634f2bd23559d8c29f3d7463c5822e1c33 Mon Sep 17 00:00:00 2001 From: Zachary Moore Date: Thu, 16 Feb 2017 18:30:51 -0500 Subject: [PATCH] alignment --- kern/test/synchtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/test/synchtest.c b/kern/test/synchtest.c index 259f106..ce8c7f0 100644 --- a/kern/test/synchtest.c +++ b/kern/test/synchtest.c @@ -249,7 +249,7 @@ locktestthread2(void *junk, unsigned long num) lock_acquire(testlock); } else{ - //test lock do i hold + //test lock do i hold if(lock_do_i_hold(testlock)){ goto fail; }