Skip to content

Commit ad76b51

Browse files
Fix clang-format CI failures in menusys.c and texcache.c
Co-authored-by: NathanNeurotic <109461996+NathanNeurotic@users.noreply.github.com>
1 parent b47a65e commit ad76b51

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/menusys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static s32 menuSemaId;
8181
static s32 menuListSemaId = -1;
8282
static ee_sema_t menuSema;
8383

84-
#define MENU_MMCE_CONFIG_IDLE_FRAMES 20
84+
#define MENU_MMCE_CONFIG_IDLE_FRAMES 20
8585

8686
static void menuInvalidateArtSelection(void)
8787
{

src/texcache.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ enum {
4646
CACHE_REQ_PRIORITY_PREFETCH
4747
};
4848

49-
#define CACHE_SLOW_MODE_INTERACTIVE_DELAY 4
50-
#define CACHE_MMCE_INTERACTIVE_MAX_DELAY 12
51-
#define CACHE_APP_INTERACTIVE_MAX_DELAY 4
52-
#define CACHE_APP_PREFETCH_DELAY 10
53-
#define CACHE_PRIME_IDLE_DELAY 12
54-
#define CACHE_THREAD_PRIORITY 0x40
55-
#define CACHE_MMCE_LOAD_THREAD_PRIORITY 90
56-
#define CACHE_END_WAIT_TICKS_FORCE 120
57-
#define CACHE_END_WAIT_TICKS_SOFT 15
49+
#define CACHE_SLOW_MODE_INTERACTIVE_DELAY 4
50+
#define CACHE_MMCE_INTERACTIVE_MAX_DELAY 12
51+
#define CACHE_APP_INTERACTIVE_MAX_DELAY 4
52+
#define CACHE_APP_PREFETCH_DELAY 10
53+
#define CACHE_PRIME_IDLE_DELAY 12
54+
#define CACHE_THREAD_PRIORITY 0x40
55+
#define CACHE_MMCE_LOAD_THREAD_PRIORITY 90
56+
#define CACHE_END_WAIT_TICKS_FORCE 120
57+
#define CACHE_END_WAIT_TICKS_SOFT 15
5858

5959
extern void *_gp;
6060

0 commit comments

Comments
 (0)