Skip to content

Commit fc40d71

Browse files
author
brentru
committed
satisfy clang
1 parent e3cb66e commit fc40d71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AdafruitIO_FONA.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ class AdafruitIO_FONA : public AdafruitIO {
130130
*/
131131
/**************************************************************************/
132132
void _disconnect() {
133-
if (!_fona->enableGPRS(false)) {
134-
AIO_DEBUG_PRINTLN("Failed to turn off GPRS.");
135-
}
136-
_status = AIO_NET_DISCONNECTED;
133+
if (!_fona->enableGPRS(false)) {
134+
AIO_DEBUG_PRINTLN("Failed to turn off GPRS.");
135+
}
136+
_status = AIO_NET_DISCONNECTED;
137137
}
138138
};
139139

0 commit comments

Comments
 (0)