Indentation

This commit is contained in:
cents02 2019-06-30 22:09:12 +00:00
parent f826ba390b
commit 099fea176c

View File

@ -3086,7 +3086,7 @@ void Courtroom::on_pair_list_clicked(QModelIndex p_index)
} }
if(other_charid != -1) if(other_charid != -1)
{ {
f_item->setText(real_char + " [x]"); f_item->setText(real_char + " [x]");
} }
} }