Skip to content

Commit d26c56d

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 450b306 commit d26c56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/NetworkClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ class NetworkClient
6464
uint8_t *downloadFile(WiFiClient *url, int32_t len);
6565

6666
// The default parameters for nptServer here are cast to (char*) to keep the compiler happy
67-
bool getNTPEpoch(time_t *timeEpoch, int timeZone = 0, char *ntpServer = (char*)"pool.ntp.org",
67+
bool getNTPEpoch(time_t *timeEpoch, int timeZone = 0, char *ntpServer = (char *)"pool.ntp.org",
6868
int daylightSavingsOffsetHours = 0);
69-
bool getNTPDateTime(tm *timeEpoch, int timeZone = 0, char *ntpServer = (char*)"pool.ntp.org",
69+
bool getNTPDateTime(tm *timeEpoch, int timeZone = 0, char *ntpServer = (char *)"pool.ntp.org",
7070
int daylightSavingsOffsetHours = 0);
7171

7272
void setFollowRedirects(followRedirects_t f);

0 commit comments

Comments
 (0)