Coding style

This commit is contained in:
AnonymusRaccoon
2019-12-10 17:38:59 +01:00
parent da6af772ee
commit e35336e2f2
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ typedef struct gc_list gc_list;
#pragma once
struct gc_list
struct gc_list
{
void *data;
gc_list *next;