Whitespace: Automated whitespace fixes (large commit)

Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)


* Original commit: espressif/esp-idf@66fb5a29bb
This commit is contained in:
Angus Gratton
2020-11-10 18:40:01 +11:00
committed by David Cermak
parent f1d1d79daf
commit 0fc1fc6b23
4 changed files with 0 additions and 4 deletions

View File

@ -6,4 +6,3 @@
PROJECT_NAME := slip_client
include $(IDF_PATH)/make/project.mk

View File

@ -5,4 +5,3 @@ idf_component_register(
INCLUDE_DIRS "include"
REQUIRES esp_netif
)

View File

@ -233,4 +233,3 @@ static void esp_slip_modem_uart_rx_task(void *arg)
vTaskDelay(1 * portTICK_PERIOD_MS);
}
}

View File

@ -1,3 +1,2 @@
# Override some defaults to enable SLIP
CONFIG_LWIP_SLIP_SUPPORT=y