summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2025-12-01 06:25:13 +1100
committerGitHub <noreply@github.com>2025-11-30 19:25:13 +0000
commit6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch)
tree2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /drivers/bluetooth
parent330a8597f8fb136374285d2b52a978e311b46ede (diff)
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/bluefruit_le.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bluefruit_le.cpp b/drivers/bluetooth/bluefruit_le.cpp
index 5fdd104dcf..bb5014360c 100644
--- a/drivers/bluetooth/bluefruit_le.cpp
+++ b/drivers/bluetooth/bluefruit_le.cpp
@@ -364,7 +364,7 @@ static bool read_response(char *resp, uint16_t resplen, bool verbose) {
364} 364}
365 365
366static bool at_command(const char *cmd, char *resp, uint16_t resplen, bool verbose, uint16_t timeout) { 366static bool at_command(const char *cmd, char *resp, uint16_t resplen, bool verbose, uint16_t timeout) {
367 const char * end = cmd + strlen(cmd); 367 const char *end = cmd + strlen(cmd);
368 struct sdep_msg msg; 368 struct sdep_msg msg;
369 369
370 if (verbose) { 370 if (verbose) {