replace stray tabs that have crept in

This commit is contained in:
nhmall
2024-11-14 11:54:39 -05:00
parent 62971c6f09
commit 13db1aed0d
8 changed files with 14 additions and 14 deletions

View File

@@ -220,7 +220,7 @@ crashreport_bidshow(void)
mark = uend; \
if (utmp >= urem) \
goto full; \
memcpy(uend, str, utmp); \
memcpy(uend, str, utmp); \
uend += utmp; urem -= utmp; \
*uend = '\0';