Replace tabs with four spaces to comply with coding standard in doc/coding.txt
[novacoin.git] / src / qt / transactionfilterproxy.h
index 76cf46f..8d6829d 100644 (file)
@@ -31,7 +31,7 @@ public:
     /** Set maximum number of rows returned, -1 if unlimited. */
     void setLimit(int limit);
 
-    int        rowCount(const QModelIndex &parent = QModelIndex()) const;
+    int rowCount(const QModelIndex &parent = QModelIndex()) const;
 protected:
     bool filterAcceptsRow(int source_row, const QModelIndex & source_parent) const;