Skip to content

Commit 3c31d67

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 770cac6 commit 3c31d67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libraries/BLE/src/BLEDescriptor.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ class BLEDescriptor {
8989
BLEDescriptor(BLEUUID uuid, uint16_t max_len = 100);
9090
virtual ~BLEDescriptor();
9191

92-
uint16_t getHandle() const; // Get the handle of the descriptor.
93-
size_t getLength() const; // Get the length of the value of the descriptor.
94-
BLEUUID getUUID() const; // Get the UUID of the descriptor.
95-
uint8_t *getValue() const; // Get a pointer to the value of the descriptor.
96-
BLECharacteristic *getCharacteristic() const; // Get the characteristic that this descriptor belongs to.
92+
uint16_t getHandle() const; // Get the handle of the descriptor.
93+
size_t getLength() const; // Get the length of the value of the descriptor.
94+
BLEUUID getUUID() const; // Get the UUID of the descriptor.
95+
uint8_t *getValue() const; // Get a pointer to the value of the descriptor.
96+
BLECharacteristic *getCharacteristic() const; // Get the characteristic that this descriptor belongs to.
9797

9898
void setAccessPermissions(uint16_t perm); // Set the permissions of the descriptor.
9999
void setCallbacks(BLEDescriptorCallbacks *pCallbacks); // Set callbacks to be invoked for the descriptor.

0 commit comments

Comments
 (0)