Skip to content

Commit 6e80ffd

Browse files
author
Jeroen88
committed
Style update to pass Travis
1 parent bf1f107 commit 6e80ffd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/ESP8266HTTPClient/examples/ReuseConnectionV2/ReuseConnectionV2.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ void loop() {
7272
http.end();
7373

7474
Serial.println("Done testing, now wait forever");
75-
for (;;) delay(100); // Wait forever
75+
for (;;) {
76+
delay(100); // Wait forever
77+
}
7678
}

0 commit comments

Comments
 (0)