summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-15 00:09:51 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-15 01:57:05 +0100
commit63b858b5d827797eec959d009ad0b970de167dc5 (patch)
tree1ebe2e6f2fd3440b76b3c31af7d2efadb2f30b7f /src/vinylcontrol
parent1c7892a70dfb9e5757321284220e4b4b65423409 (diff)
Add missing namespace comments
Diffstat (limited to 'src/vinylcontrol')
-rw-r--r--src/vinylcontrol/vinylcontrolxwax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vinylcontrol/vinylcontrolxwax.cpp b/src/vinylcontrol/vinylcontrolxwax.cpp
index 84234060d2..23fcfb9314 100644
--- a/src/vinylcontrol/vinylcontrolxwax.cpp
+++ b/src/vinylcontrol/vinylcontrolxwax.cpp
@@ -18,7 +18,7 @@
namespace {
constexpr int kChannels = 2;
-}
+} // namespace
// Sample threshold below which we consider there to be no signal.
const double kMinSignal = 75.0 / SAMPLE_MAX;