Fix identaton (replace tabs with spaces)

This commit replaces tabs which were introduced in 17369b6 with spaces
This commit is contained in:
Oleg Prutz
2016-12-23 00:12:09 +03:00
parent fbbd8304bc
commit c34cd22f43

View File

@@ -419,7 +419,7 @@ bool SqliteTableModel::removeRows(int row, int count, const QModelIndex& parent)
}
if(!m_db->deleteRecords(m_sTable, rowids))
{
ok = false;
ok = false;
}
endRemoveRows();