From 3e66f47dc7bd6223fe39b67db5eeed5fb3fa6adc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?=
 =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?=
 =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= <erik@darapsa.co.id>
Date: Fri, 19 Jun 2020 16:22:38 +0800
Subject: Tidy up a bit

---
 qicclient/basket.hxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'qicclient')

diff --git a/qicclient/basket.hxx b/qicclient/basket.hxx
index ecd7a67..019b165 100644
--- a/qicclient/basket.hxx
+++ b/qicclient/basket.hxx
@@ -45,9 +45,9 @@ namespace ICClient {
 				, m_totalCost{.0}
 			{}
 
-			QVariant data(const QModelIndex& index
-					, int role = Qt::DisplayRole
-					) const Q_DECL_OVERRIDE;
+			QVariant data(const QModelIndex& index,
+					int role = Qt::DisplayRole
+				     ) const Q_DECL_OVERRIDE;
 			int rowCount(QModelIndex const& parent
 					= QModelIndex()) const Q_DECL_OVERRIDE;
 
-- 
cgit v1.2.3