Skip to content

Commit

Permalink
Minor alignment formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Apr 15, 2022
1 parent b87723f commit a2d83c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hid-nintendo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,9 +1683,9 @@ static void nx_con_clamp_rumble_freqs(struct nx_con *con)
}

static int nx_con_set_rumble(struct nx_con *con,
u16 amp_r,
u16 amp_l,
bool schedule_now)
u16 amp_r,
u16 amp_l,
bool schedule_now)
{
u8 data[NX_CON_RUMBLE_DATA_SIZE];
u16 amp;
Expand Down

0 comments on commit a2d83c4

Please sign in to comment.