From 47dede65489dda7a8e9e6ea77be08fb9238752c0 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 7 Dec 2025 07:50:17 -0600 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/nimble/NimbleBluetooth.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nimble/NimbleBluetooth.cpp b/src/nimble/NimbleBluetooth.cpp index 03600260e..8f696a116 100644 --- a/src/nimble/NimbleBluetooth.cpp +++ b/src/nimble/NimbleBluetooth.cpp @@ -678,9 +678,9 @@ class NimbleBluetoothServerCallback : public NimBLEServerCallbacks { LOG_INFO("BLE disconnect reason: %d", reason); #else -virtual void onDisconnect(NimBLEServer *pServer, ble_gap_conn_desc *desc) -{ - LOG_INFO("BLE disconnect"); + virtual void onDisconnect(NimBLEServer *pServer, ble_gap_conn_desc *desc) + { + LOG_INFO("BLE disconnect"); #endif #ifdef NIMBLE_TWO if (ble->isDeInit)