whitespace bit

This commit is contained in:
nhmall
2020-09-22 10:28:22 -04:00
parent 29c558ed12
commit c1ebfb730c

View File

@@ -419,7 +419,7 @@ int flg UNUSED;
if (tmpfd >= 0) {
rv = fdopen(tmpfd, WRTMODE); /* temp file is always read+write */
Unlink(tmpfbuf);
}
}
} else
#endif
rv = fopen(name, mode);