diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 11:58:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 15:00:56 +0200 |
commit | ebe06a038c2773d8ca99ac8bc8a9451b2509e0e1 (patch) | |
tree | 64562380894c1f282de7ee6eb8ea4fdd9c12137a /options/bundle.cpp | |
parent | fae53796863321b53f02bfd1db967f6b1b13adc5 (diff) |
options/bundle: whitespace only
Diffstat (limited to 'options/bundle.cpp')
-rw-r--r-- | options/bundle.cpp | 3 |
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) |