mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Fix identaton (replace tabs with spaces)
This commit replaces tabs which were introduced in 17369b6 with spaces
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user