Delete extra semicolon after brace to make clang happy
This commit is contained in:
parent
c3c00380da
commit
94487c02db
|
@ -80,7 +80,7 @@ static void __inline blas_lock(volatile BLASULONG *address){
|
|||
#endif
|
||||
|
||||
do {
|
||||
while (*address) {YIELDING;};
|
||||
while (*address) {YIELDING;}
|
||||
|
||||
#ifndef C_MSVC
|
||||
__asm__ __volatile__(
|
||||
|
|
Loading…
Reference in New Issue