Changed indentation everywhere

This commit is contained in:
o9000
2017-04-13 14:07:23 +02:00
parent c1e5a7b172
commit affac4cfa6
68 changed files with 23280 additions and 22941 deletions

View File

@@ -9,7 +9,7 @@
#include "area.h"
typedef struct FreeSpace {
Area area;
Area area;
} FreeSpace;
struct Panel;