mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
NO-OP: remove newline in function definition
This commit is contained in:
parent
e9b9f03499
commit
80fb4fe626
1 changed files with 1 additions and 2 deletions
|
|
@ -165,8 +165,7 @@ struct Segment {
|
|||
* @param cnt Number of samples to read.
|
||||
*/
|
||||
ARDOUR::samplecnt_t
|
||||
AudioPlaylist::read (Sample *buf, Sample *mixdown_buffer, float *gain_buffer, samplepos_t start,
|
||||
samplecnt_t cnt, unsigned chan_n)
|
||||
AudioPlaylist::read (Sample *buf, Sample *mixdown_buffer, float *gain_buffer, samplepos_t start, samplecnt_t cnt, unsigned chan_n)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::AudioPlayback, string_compose ("Playlist %1 read @ %2 for %3, channel %4, regions %5 mixdown @ %6 gain @ %7\n",
|
||||
name(), start, cnt, chan_n, regions.size(), mixdown_buffer, gain_buffer));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue