Change zeldaFollower.c to try to fix clang-format

This commit is contained in:
Catobat 2023-05-06 00:50:22 +02:00
parent 18b86e484a
commit 31079cd0a5
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include "global.h" #include "common.h"
#include "entity.h" #include "entity.h"
#include "functions.h" #include "functions.h"
#include "common.h"
typedef struct { typedef struct {
u16 x; u16 x;