aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.cpp
diff options
context:
space:
mode:
author21E14 <21xe14@gmail.com>2015-12-29 22:42:27 -0500
committer21E14 <21xe14@gmail.com>2015-12-30 12:23:07 -0500
commita5a0831458d8290c1e7591cf32a529669b613d86 (patch)
tree91bcafc947127d3307425af2a7a075ff889df3d3 /src/qt/bantablemodel.cpp
parentbe9a9a3d2253ceccf123572b97a890c489a5a9be (diff)
downloadbitcoin-a5a0831458d8290c1e7591cf32a529669b613d86.tar.xz
Double semicolon cleanup.
Diffstat (limited to 'src/qt/bantablemodel.cpp')
-rw-r--r--src/qt/bantablemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bantablemodel.cpp b/src/qt/bantablemodel.cpp
index 33792af5ba..d95106b5ac 100644
--- a/src/qt/bantablemodel.cpp
+++ b/src/qt/bantablemodel.cpp
@@ -103,7 +103,7 @@ int BanTableModel::rowCount(const QModelIndex &parent) const
int BanTableModel::columnCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
- return columns.length();;
+ return columns.length();
}
QVariant BanTableModel::data(const QModelIndex &index, int role) const
@@ -178,4 +178,4 @@ bool BanTableModel::shouldShow()
if (priv->size() > 0)
return true;
return false;
-} \ No newline at end of file
+}