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

@ -124,7 +124,7 @@ int main(int argc, char** argv)
};
const uint8_t mac[6] = {0xDE, 0xAD, 0xBE, 0xEF, 0x00, 0x32};
uint8_t buf[1460];
char winstance[21+strlen(mdns_hostname)];
@ -183,9 +183,9 @@ int main(int argc, char** argv)
|| mdns_test_service_add("_ptp", "_tcp", 885)
|| mdns_test_service_add("_sleep-proxy", "_udp", 885))
{
abort();
abort();
}
mdns_result_t * results = NULL;
FILE *file;
size_t nread;