tweaks: add a space after a '+', for consistent formatting

This commit is contained in:
Benno Schulenberg 2024-07-07 17:11:30 +02:00
parent 479e56bdd6
commit ade975891b
1 changed files with 1 additions and 1 deletions

View File

@ -2552,7 +2552,7 @@ int main(int argc, char **argv)
maybe_two: maybe_two:
while (--coda > filename + 1 && ('0' <= *coda && *coda <= '9')) while (--coda > filename + 1 && ('0' <= *coda && *coda <= '9'))
; ;
if (*coda == ':' && ('0' <= *(coda + 1) && *(coda +1) <= '9')) { if (*coda == ':' && ('0' <= *(coda + 1) && *(coda + 1) <= '9')) {
*coda = '\0'; *coda = '\0';
if (stat(filename, &fileinfo) < 0) { if (stat(filename, &fileinfo) < 0) {
*coda = ':'; *coda = ':';