Skip to content

Commit 2f28ea4

Browse files
ModoloDevSapd
authored andcommitted
style(audeze_maxwell): fix format-check
1 parent 7ca7fd2 commit 2f28ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/audeze_maxwell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static int send_get_input_report(hid_device* device_handle, const uint8_t* data,
109109
return res;
110110
}
111111

112-
static BatteryInfo audeze_maxwell_request_battery(const uint8_t(*status_buffs)[MSG_SIZE])
112+
static BatteryInfo audeze_maxwell_request_battery(const uint8_t (*status_buffs)[MSG_SIZE])
113113
{
114114
BatteryInfo battery_info = { .status = BATTERY_UNAVAILABLE, .level = -1 };
115115

@@ -142,7 +142,7 @@ static int audeze_maxwell_request_chatmix(const uint8_t (*status_buffs)[MSG_SIZE
142142
return map(status_buffs[3][12], 0, 20, 0, 128);
143143
}
144144

145-
static AudezeMaxwellSidetoneInfo audeze_maxwell_request_sidetone(const uint8_t(*status_buffs)[MSG_SIZE])
145+
static AudezeMaxwellSidetoneInfo audeze_maxwell_request_sidetone(const uint8_t (*status_buffs)[MSG_SIZE])
146146
{
147147
AudezeMaxwellSidetoneInfo sidetone_info = { .sidetone_enabled = 0, .sidetone_level = -1 };
148148

0 commit comments

Comments
 (0)