summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-09 11:58:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-09 15:00:56 +0200
commitebe06a038c2773d8ca99ac8bc8a9451b2509e0e1 (patch)
tree64562380894c1f282de7ee6eb8ea4fdd9c12137a /options
parentfae53796863321b53f02bfd1db967f6b1b13adc5 (diff)
options/bundle: whitespace only
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)