Remove trailing commas

This commit is contained in:
JordanLongstaff 2025-06-06 18:29:33 -04:00
parent dac53c4fee
commit b9e5b1002c
1 changed files with 4 additions and 4 deletions

View File

@ -136,7 +136,7 @@ typedef enum EnRu1Action {
/* 42 */ ENRU1_ACTION_42, /* 42 */ ENRU1_ACTION_42,
/* 43 */ ENRU1_ACTION_43, /* 43 */ ENRU1_ACTION_43,
/* 44 */ ENRU1_ACTION_44, /* 44 */ ENRU1_ACTION_44,
/* 45 */ ENRU1_ACTION_45, /* 45 */ ENRU1_ACTION_45
} EnRu1Action; } EnRu1Action;
typedef enum EnRu1DrawConfig { typedef enum EnRu1DrawConfig {
@ -151,20 +151,20 @@ typedef enum EnRu1Eyes {
/* 2 */ ENRU1_EYES_CLOSED, /* 2 */ ENRU1_EYES_CLOSED,
/* 3 */ ENRU1_EYES_UP, /* 3 */ ENRU1_EYES_UP,
/* 4 */ ENRU1_EYES_GAZING, /* 4 */ ENRU1_EYES_GAZING,
/* 5 */ ENRU1_EYES_BLUSH, /* 5 */ ENRU1_EYES_BLUSH
} EnRu1Eyes; } EnRu1Eyes;
typedef enum EnRu1Mouth { typedef enum EnRu1Mouth {
/* 0 */ ENRU1_MOUTH_SMILING, /* 0 */ ENRU1_MOUTH_SMILING,
/* 1 */ ENRU1_MOUTH_FROWNING, /* 1 */ ENRU1_MOUTH_FROWNING,
/* 2 */ ENRU1_MOUTH_OPEN, /* 2 */ ENRU1_MOUTH_OPEN
} EnRu1Mouth; } EnRu1Mouth;
typedef enum EnRu1WaterState { typedef enum EnRu1WaterState {
/* 0 */ ENRU1_WATER_OUTSIDE, /* 0 */ ENRU1_WATER_OUTSIDE,
/* 1 */ ENRU1_WATER_IMMERSED, /* 1 */ ENRU1_WATER_IMMERSED,
/* 2 */ ENRU1_WATER_BOBBING, /* 2 */ ENRU1_WATER_BOBBING,
/* 3 */ ENRU1_WATER_SINKING, /* 3 */ ENRU1_WATER_SINKING
} EnRu1WaterState; } EnRu1WaterState;
static ColliderCylinderInitType1 sStandingCylinderInit = { static ColliderCylinderInitType1 sStandingCylinderInit = {