Skip to content

Commit

Permalink
Update linter style and format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantaskink committed Sep 28, 2024
1 parent 40b5b22 commit 9f9ba88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/os/loaderSys.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "common.h"
#include "fl_xfftype.h"
#include "gcc/string.h"
#include "sdk/ee/eekernel.h"
#include "sdk/ee/sifdev.h"
#include "gcc/string.h"
#include "fl_xfftype.h"

extern char *D_00131DC0[]; // {{"normal use"}, {"\x1B[36mout of align(alloc)\x1B[m"}, {"alloc flag(alloc)"}}

Expand Down
2 changes: 1 addition & 1 deletion src/os/netSys.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "common.h"
#include "netSys.h"
#include "common.h"

// These are likely also const char*, used for identifiers
extern const char D_0013A188[];
Expand Down
2 changes: 1 addition & 1 deletion src/os/padSys.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "common.h"
#include "padSys.h"
#include "common.h"
#include "sdk/ee/libpad2.h"
#include "sdk/ee/libvib.h"

Expand Down
2 changes: 1 addition & 1 deletion src/os/usbSerialSys.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "common.h"
#include "usbSerialSys.h"
#include "common.h"

extern s32 semaId;
extern s32 iSignalSema(s32 sema_id);
Expand Down
7 changes: 0 additions & 7 deletions src/test.c

This file was deleted.

0 comments on commit 9f9ba88

Please sign in to comment.