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 suren-gabrielyan-espressif
parent ccd48bc9a9
commit 2cb3a6e35e
18 changed files with 20 additions and 24 deletions

View File

@ -62,4 +62,4 @@ esp_err_t get_addr_from_stdin(int port, int sock_type, int *ip_protocol, int *ad
// no match found
freeaddrinfo( addr_list );
return ESP_FAIL;
}
}

View File

@ -41,4 +41,4 @@ esp_err_t get_addr_from_stdin(int port, int sock_type,
#ifdef __cplusplus
}
#endif
#endif

View File

@ -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

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "mdns_example_main.c"
INCLUDE_DIRS ".")
INCLUDE_DIRS ".")

View File

@ -256,4 +256,4 @@ static void query_mdns_host_with_getaddrinfo(char * host)
}
}
}
#endif
#endif

View File

@ -1,3 +1,3 @@
CONFIG_MDNS_RESOLVE_TEST_SERVICES=y
CONFIG_MDNS_ADD_MAC_TO_HOSTNAME=y
CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y
CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y