13
0

NO-OP: misc whitespace adjustments

This commit is contained in:
Paul Davis 2024-10-31 12:05:57 -06:00
parent eebdb63014
commit 883ec6aa68

View File

@ -533,7 +533,7 @@ SMF::end_write (string const & path)
}
}
if (smf_save (_smf, f) != 0) {
if (smf_save(_smf, f) != 0) {
fclose(f);
throw FileError (path);
}