From 095969607067e78a01a161f03fe494192a9cdfa2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 Sep 2024 17:53:31 -0600 Subject: [PATCH] NO-OP: remove pointless embedded whitespace --- libs/ardour/source_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc index 841b4cba14..332bbf3293 100644 --- a/libs/ardour/source_factory.cc +++ b/libs/ardour/source_factory.cc @@ -160,7 +160,7 @@ SourceFactory::setup_peakfile (std::shared_ptr s, bool async) std::shared_ptr 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 ret (src); BOOST_MARK_SOURCE (ret); // no analysis data - the file is non-existent