Skip to content

Commit 32884eb

Browse files
committed
Reformatted using clang-format
1 parent 71c4508 commit 32884eb

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

src/wifi/AdafruitIO_AIRLIFT.h

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,21 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
9393
if (_http)
9494
delete _http;
9595
}
96-
97-
96+
9897
/**************************************************************************/
9998
/*!
100-
@brief Allows setting of the AirLift RGB led from the
99+
@brief Allows setting of the AirLift RGB led from the
101100
Adafruit IO AirLift Class.
102101
@param r
103-
Red value, unsigned 8 bit value (0->255)
102+
Red value, unsigned 8 bit value (0->255)
104103
@param g
105-
Green value, unsigned 8 bit value (0->255)
104+
Green value, unsigned 8 bit value (0->255)
106105
@param b
107-
Blue value, unsigned 8 bit value (0->255)
108-
106+
Blue value, unsigned 8 bit value (0->255)
107+
109108
*/
110109
/**************************************************************************/
111-
void setLEDs( uint8_t r, uint8_t g, uint8_t b) {
112-
WiFi.setLEDs( r, g, b);
113-
}
114-
110+
void setLEDs(uint8_t r, uint8_t g, uint8_t b) { WiFi.setLEDs(r, g, b); }
115111

116112
/********************************************************/
117113
/*!
@@ -209,4 +205,3 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
209205
};
210206

211207
#endif // ADAFRUITIO_AIRLIFT_H
212-

0 commit comments

Comments
 (0)