mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 04:52:18 +02:00
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:
committed by
suren-gabrielyan-espressif
parent
ccd48bc9a9
commit
2cb3a6e35e
@ -5,4 +5,3 @@ idf_component_register(SRCS "mdns.c"
|
||||
PRIV_INCLUDE_DIRS "private_include"
|
||||
REQUIRES lwip console esp_netif
|
||||
PRIV_REQUIRES esp_timer)
|
||||
|
||||
|
@ -1057,4 +1057,3 @@ void mdns_console_register(void)
|
||||
register_mdns_query_ip();
|
||||
register_mdns_query_svc();
|
||||
}
|
||||
|
||||
|
@ -5,4 +5,3 @@ cmake_minimum_required(VERSION 3.5)
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
project(fuzz_test_update)
|
||||
|
||||
|
@ -8,4 +8,3 @@ PROJECT_NAME := mdns-test
|
||||
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
|
Reference in New Issue
Block a user