summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/bpmcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/controls/bpmcontrol.cpp')
-rw-r--r--src/engine/controls/bpmcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/controls/bpmcontrol.cpp b/src/engine/controls/bpmcontrol.cpp
index 98202c30d6..ee3bbf8f21 100644
--- a/src/engine/controls/bpmcontrol.cpp
+++ b/src/engine/controls/bpmcontrol.cpp
@@ -39,7 +39,7 @@ constexpr int kBpmTapFilterLength = 5;
// the actual number of beats is this x2.
constexpr int kLocalBpmSpan = 4;
constexpr SINT kSamplesPerFrame = 2;
-}
+} // namespace
BpmControl::BpmControl(const QString& group,
UserSettingsPointer pConfig)