summaryrefslogtreecommitdiff
path: root/src/backend/bookshelfmodel/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/bookshelfmodel/item.cpp')
-rw-r--r--src/backend/bookshelfmodel/item.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/bookshelfmodel/item.cpp b/src/backend/bookshelfmodel/item.cpp
index 22bed91..8556274 100644
--- a/src/backend/bookshelfmodel/item.cpp
+++ b/src/backend/bookshelfmodel/item.cpp
@@ -19,8 +19,7 @@
namespace BookshelfModel {
Item::Item(Type type)
- : m_type(type), m_parent(0), m_checkState(Qt::Unchecked)
-{
+ : m_type(type), m_parent(0), m_checkState(Qt::Unchecked) {
// Intentionally empty
}