Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 2, 2024
1 parent db15bde commit 49efb57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/code/z_play.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,7 @@ extern u16 (*gWorkBuf)[SCREEN_WIDTH * SCREEN_HEIGHT];

static u8 sMotionBlurStatus;

typedef enum
{
typedef enum {
/* 0 */ MOTION_BLUR_OFF,
/* 1 */ MOTION_BLUR_SETUP,
/* 2 */ MOTION_BLUR_PROCESS
Expand Down

0 comments on commit 49efb57

Please sign in to comment.