Some formatting to match upstream

This commit is contained in:
Willy-JL
2024-05-18 08:28:45 +01:00
parent c4709a5b6b
commit 23ca7e7b48
13 changed files with 60 additions and 64 deletions

View File

@@ -25,7 +25,7 @@ static void hid_mouse_jiggler_draw_callback(Canvas* canvas, void* context) {
furi_assert(context);
HidMouseJigglerModel* model = context;
// Header
// Header
#ifdef HID_TRANSPORT_BLE
if(model->connected) {
canvas_draw_icon(canvas, 0, 0, &I_Ble_connected_15x15);