From 0921b63763fd8b0bba142f4dd2d60debb2075e8a Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Thu, 16 Nov 2017 20:29:33 +0100 Subject: [PATCH] Fix indentation error --- lib/db_base.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db_base.cpp b/lib/db_base.cpp index eef19e53..7bb34aae 100644 --- a/lib/db_base.cpp +++ b/lib/db_base.cpp @@ -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