Fixing indent

Spaces not tabs
This commit is contained in:
Michael Tryby
2019-04-10 11:25:01 -04:00
parent dba0d1cf52
commit fbecf1b915
4 changed files with 42 additions and 43 deletions

View File

@@ -54,7 +54,6 @@ void delete_list(list_t *list)
free(current->data); free(current->data);
free(current); free(current);
} }
free(list); free(list);
} }