mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
NO-OP: remove pointless embedded whitespace
This commit is contained in:
parent
b4d0b06d95
commit
0959696070
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ SourceFactory::setup_peakfile (std::shared_ptr<Source> s, bool async)
|
|||
std::shared_ptr<Source>
|
||||
SourceFactory::createSilent (Session& s, const XMLNode& node, samplecnt_t nframes, float sr)
|
||||
{
|
||||
Source* src = new SilentFileSource (s, node, nframes, sr);
|
||||
Source* src = new SilentFileSource (s, node, nframes, sr);
|
||||
std::shared_ptr<Source> ret (src);
|
||||
BOOST_MARK_SOURCE (ret);
|
||||
// no analysis data - the file is non-existent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue