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)
This commit is contained in:
Angus Gratton
2020-11-10 18:40:01 +11:00
committed by bot
parent e82eac4354
commit 66fb5a29bb
1975 changed files with 9433 additions and 10476 deletions

View File

@@ -64,7 +64,7 @@ static void dbg_lwip_tcp_pcb_cnt_show(struct tcp_pcb *pcb)
len += sprintf(p + len, "%-2d=%-5d ", i+1, pcb->rto_cnt[i]);
}
ESP_LWIP_LOGI("%s", buf);
free(buf);
}
#endif
@@ -104,7 +104,7 @@ static void dbg_lwip_tcp_pcb_one_show(struct tcp_pcb* pcb)
ESP_LWIP_LOGI("unsent segments:");
seg = pcb->unsent;
DBG_LWIP_SEG_SHOW(seg)
DBG_LWIP_SEG_SHOW(seg)
ESP_LWIP_LOGI("unacked segments:");
seg = pcb->unacked;
@@ -211,4 +211,3 @@ void dbg_lwip_cnt_show(void)
#endif