Skip to content

Commit 821df80

Browse files
authored
Update BleGamepad.h - formatting
1 parent 87880ec commit 821df80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BleGamepad.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ class BleGamepad
113113
std::string deviceName;
114114
bool isOutputReceived();
115115
uint8_t* getOutputBuffer();
116-
bool deleteBond(bool resetBoard = false);
117-
bool deleteAllBonds(bool resetBoard = false);
118-
bool enterPairingMode();
116+
bool deleteBond(bool resetBoard = false);
117+
bool deleteAllBonds(bool resetBoard = false);
118+
bool enterPairingMode();
119119

120120
protected:
121121
virtual void onStarted(NimBLEServer *pServer){};

0 commit comments

Comments
 (0)