mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Fix indentation error
This commit is contained in:
parent
3f016c62e7
commit
0921b63763
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user