Skip to content

Commit 8c62c69

Browse files
committed
Fixed inproper formatting.
1 parent 9f90490 commit 8c62c69

File tree

1 file changed

+2
-6
lines changed
  • applications/plugins/hid_app

1 file changed

+2
-6
lines changed

applications/plugins/hid_app/hid.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enum HidDebugSubmenuIndex {
1212
HidSubmenuIndexTikTok,
1313
HidSubmenuIndexMouse,
1414
HidSubmenuIndexMouseJiggler,
15-
HidSubmenuIndexCamera,
15+
HidSubmenuIndexCamera
1616
};
1717

1818
static void hid_submenu_callback(void* context, uint32_t index) {
@@ -126,11 +126,7 @@ Hid* hid_alloc(HidTransport transport) {
126126
hid_submenu_callback,
127127
app);
128128
submenu_add_item(
129-
app->device_type_submenu,
130-
"Camera",
131-
HidSubmenuIndexCamera,
132-
hid_submenu_callback,
133-
app);
129+
app->device_type_submenu, "Camera", HidSubmenuIndexCamera, hid_submenu_callback, app);
134130
view_set_previous_callback(submenu_get_view(app->device_type_submenu), hid_exit);
135131
view_dispatcher_add_view(
136132
app->view_dispatcher, HidViewSubmenu, submenu_get_view(app->device_type_submenu));

0 commit comments

Comments
 (0)