From ffcfde3b6232d0537043d832459be521c9a7f996 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 17 Jul 2017 23:01:28 +0300 Subject: [PATCH] maplocationmodel: small whitespace cleanup Signed-off-by: Lubomir I. Ivanov --- qt-models/maplocationmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-models/maplocationmodel.cpp b/qt-models/maplocationmodel.cpp index ec554d004..62cd49aba 100644 --- a/qt-models/maplocationmodel.cpp +++ b/qt-models/maplocationmodel.cpp @@ -30,7 +30,7 @@ MapLocationModel::~MapLocationModel() clear(); } -QVariant MapLocationModel::data( const QModelIndex & index, int role ) const +QVariant MapLocationModel::data(const QModelIndex & index, int role) const { if (index.row() < 0 || index.row() >= m_mapLocations.size()) return QVariant();