alignment

This commit is contained in:
Zachary Moore 2017-02-16 18:30:51 -05:00 committed by GitHub
parent 7f40aaa461
commit 4298d0634f

View File

@ -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;
}