Skip to content

Commit 923741c

Browse files
committed
pre-commit formatting
1 parent a7f700e commit 923741c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/common-hal/wifi/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void common_hal_wifi_init(bool user_initiated) {
200200
return;
201201
}
202202
// set the default lwip_local_hostname
203-
char cpy_default_hostname[strlen(CIRCUITPY_BOARD_ID)+(MAC_ADDRESS_LENGTH*2)+6];
203+
char cpy_default_hostname[strlen(CIRCUITPY_BOARD_ID) + (MAC_ADDRESS_LENGTH * 2) + 6];
204204
uint8_t mac[MAC_ADDRESS_LENGTH];
205205
esp_wifi_get_mac(ESP_IF_WIFI_STA, mac);
206206
sprintf(cpy_default_hostname, "cpy_%s_%x", CIRCUITPY_BOARD_ID, (unsigned int)mac);

0 commit comments

Comments
 (0)