Fix indentation error

This commit is contained in:
Christian Hohnstaedt 2017-11-16 20:29:33 +01:00
parent 3f016c62e7
commit 0921b63763

View File

@ -389,8 +389,8 @@ QModelIndex db_base::index(int row, int column, const QModelIndex &parent)
{
pki_base *parentItem;
if(column <0)
abort();
if(column <0)
abort();
if (!parent.isValid())
parentItem = rootItem;
else