Replace tabs with four spaces to comply with coding standard in doc/coding.txt
[novacoin.git] / src / qt / transactionfilterproxy.h
index 4dd2a8e..17c1b48 100644 (file)
@@ -29,7 +29,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;