summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/bundle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp
index f1b4069e..48689720 100644
--- a/options/bundle.cpp
+++ b/options/bundle.cpp
@@ -9,8 +9,7 @@ namespace options
namespace detail {
bundle::bundle(const QString& group_name)
- :
- mtx(QMutex::Recursive),
+ : mtx(QMutex::Recursive),
group_name(group_name),
saved(group_name),
transient(saved)