From 5290eea952bc1148d9080d2df8607928b2751a96 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:21:39 +0100 Subject: [PATCH] Format --- .../external/apple_ble_spam/apple_ble_spam.c | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/applications/external/apple_ble_spam/apple_ble_spam.c b/applications/external/apple_ble_spam/apple_ble_spam.c index ace2e82d3..a57d784d2 100644 --- a/applications/external/apple_ble_spam/apple_ble_spam.c +++ b/applications/external/apple_ble_spam/apple_ble_spam.c @@ -23,38 +23,38 @@ typedef struct { static Payload payloads[] = { #if false - {.title = "AirDrop", - .text = "", - .random = false, - .msg = - { - .type = ContinuityTypeAirDrop, - .data = {.airdrop = {}}, - }}, - {.title = "Airplay Target", - .text = "", - .random = false, - .msg = - { - .type = ContinuityTypeAirplayTarget, - .data = {.airplay_target = {}}, - }}, - {.title = "Handoff", - .text = "", - .random = false, - .msg = - { - .type = ContinuityTypeHandoff, - .data = {.handoff = {}}, - }}, - {.title = "Tethering Source", - .text = "", - .random = false, - .msg = - { - .type = ContinuityTypeTetheringSource, - .data = {.tethering_source = {}}, - }}, + {.title = "AirDrop", + .text = "", + .random = false, + .msg = + { + .type = ContinuityTypeAirDrop, + .data = {.airdrop = {}}, + }}, + {.title = "Airplay Target", + .text = "", + .random = false, + .msg = + { + .type = ContinuityTypeAirplayTarget, + .data = {.airplay_target = {}}, + }}, + {.title = "Handoff", + .text = "", + .random = false, + .msg = + { + .type = ContinuityTypeHandoff, + .data = {.handoff = {}}, + }}, + {.title = "Tethering Source", + .text = "", + .random = false, + .msg = + { + .type = ContinuityTypeTetheringSource, + .data = {.tethering_source = {}}, + }}, {.title = "Mobile Backup", .text = "", .random = false,