mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
NO-OP: misc whitespace adjustments
This commit is contained in:
parent
eebdb63014
commit
883ec6aa68
1 changed files with 2 additions and 2 deletions
|
|
@ -529,11 +529,11 @@ SMF::end_write (string const & path)
|
|||
|
||||
for (uint16_t n = 0; n < _smf->number_of_tracks; ++n) {
|
||||
smf_track_t* trk = smf_get_track_by_number (_smf, n+1);
|
||||
(void) smf_track_add_eot_pulses (trk, their_pulses);
|
||||
(void) smf_track_add_eot_pulses (trk, their_pulses);
|
||||
}
|
||||
}
|
||||
|
||||
if (smf_save (_smf, f) != 0) {
|
||||
if (smf_save(_smf, f) != 0) {
|
||||
fclose(f);
|
||||
throw FileError (path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue