copy over several files that are missing terminal newlines in the tracks p4 446170 code

This commit is contained in:
Paul Davis 2014-05-28 07:57:02 -04:00
parent 22a692ba47
commit 3bd97e0e9a
5 changed files with 5 additions and 5 deletions

View file

@ -11,4 +11,4 @@
\b With special thanks to:
\b0 \
National Science Foundation\
}
}

View file

@ -1,3 +1,3 @@
/* Localized versions of Info.plist keys */
NSHumanReadableCopyright = "© Carnegie Mellon University, 2010";
NSHumanReadableCopyright = "© Carnegie Mellon University, 2010";

View file

@ -1372,4 +1372,4 @@ AudioBackendInfo WavesAudioBackend::__backend_info = {
{
// COMMENTED DBG LOGS */ std::cout << "waves_backend.dll : ARDOUR::AudioBackendInfo* descriptor (): " << std::endl;
return &WavesAudioBackend::backend_info ();
}
}

View file

@ -59,4 +59,4 @@ void
WavesAudioPort::_wipe_buffer()
{
memset (_buffer, 0, sizeof (_buffer));
}
}

View file

@ -58,4 +58,4 @@ void
WavesMidiPort::_wipe_buffer()
{
_waves_midi_buffer.clear ();
}
}