Fix TABs and trailing space
This commit is contained in:
parent
0d98ce202c
commit
dee7c49938
|
@ -1107,7 +1107,7 @@ static volatile int memory_initialized = 0;
|
|||
/* 1 : Level 2 functions */
|
||||
/* 2 : Thread */
|
||||
|
||||
static void blas_memory_cleanup(void* ptr){
|
||||
static void blas_memory_cleanup(void* ptr){
|
||||
if (ptr) {
|
||||
struct alloc_t ** table = (struct alloc_t **)ptr;
|
||||
int pos;
|
||||
|
|
Loading…
Reference in New Issue