diff options
author | 21E14 <21xe14@gmail.com> | 2015-12-29 22:42:27 -0500 |
---|---|---|
committer | 21E14 <21xe14@gmail.com> | 2015-12-30 12:23:07 -0500 |
commit | a5a0831458d8290c1e7591cf32a529669b613d86 (patch) | |
tree | 91bcafc947127d3307425af2a7a075ff889df3d3 /src/qt/peertablemodel.cpp | |
parent | be9a9a3d2253ceccf123572b97a890c489a5a9be (diff) |
Double semicolon cleanup.
Diffstat (limited to 'src/qt/peertablemodel.cpp')
-rw-r--r-- | src/qt/peertablemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp index 94837679d8..df8f4f07fc 100644 --- a/src/qt/peertablemodel.cpp +++ b/src/qt/peertablemodel.cpp @@ -147,7 +147,7 @@ int PeerTableModel::rowCount(const QModelIndex &parent) const int PeerTableModel::columnCount(const QModelIndex &parent) const { Q_UNUSED(parent); - return columns.length();; + return columns.length(); } QVariant PeerTableModel::data(const QModelIndex &index, int role) const |