NO-OP: remove pointless embedded whitespace
This commit is contained in:
parent
b4d0b06d95
commit
0959696070
@ -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…
Reference in New Issue
Block a user