From 40d45d923b033363ff1304b47eac238dd4495a57 Mon Sep 17 00:00:00 2001 From: Avamander Date: Sun, 18 Apr 2021 20:28:14 +0300 Subject: Reformatted all the files according to clang-format style --- src/components/ble/BleClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ble/BleClient.h') diff --git a/src/components/ble/BleClient.h b/src/components/ble/BleClient.h index 559f6c8d..d8a58e1c 100644 --- a/src/components/ble/BleClient.h +++ b/src/components/ble/BleClient.h @@ -3,10 +3,10 @@ #include namespace Pinetime { - namespace Controllers{ + namespace Controllers { class BleClient { - public: - virtual void Discover(uint16_t connectionHandle, std::function lambda) = 0; + public: + virtual void Discover(uint16_t connectionHandle, std::function lambda) = 0; }; } } \ No newline at end of file -- cgit v1.2.3-70-g09d2