Fix TABs and trailing space

This commit is contained in:
Alexander Grund 2020-10-01 10:43:16 +02:00
parent 0d98ce202c
commit dee7c49938
No known key found for this signature in database
GPG Key ID: E92C451FC21EF13F
1 changed files with 176 additions and 176 deletions

View File

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