Update some whitespace after Hungarian prefixes were removed

Keep the parameter alignment and 100-char line limit
This commit is contained in:
Rangi
2021-04-19 16:47:39 -04:00
parent 6d0a3c75e9
commit 459773b3f0
3 changed files with 16 additions and 18 deletions

View File

@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
*targetFileName = '\0';
} else {
targetFileName = realloc(targetFileName,
targetFileNameLen + 1);
targetFileNameLen + 1);
}
if (targetFileName == NULL)
err(1, "Cannot append new file to target file list");