zap trailing whitespace and tabs

This commit is contained in:
purplerain 2023-09-16 04:38:16 +00:00
parent 8b897ac235
commit 2990d002be
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
179 changed files with 992 additions and 992 deletions

View file

@ -823,7 +823,7 @@ dump_tables()
fprintf(stderr, " %4s", (r & _RUNETYPE_Q) ? "phon" : "");
fprintf(stderr, " %1u", (unsigned)((r & _RUNETYPE_SWM)>>_RUNETYPE_SWS));
fprintf(stderr, "\n");
} else
} else
for (x = list->min; x <= list->max; ++x) {
u_int32_t r = ntohl(list->types[x - list->min]);