mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Restore formatting
This commit is contained in:
parent
c01e14c879
commit
0dac53df54
2 changed files with 8 additions and 7 deletions
|
@ -135,13 +135,13 @@ namespace Utils
|
|||
|
||||
auto db = QSharedPointer<Database>::create();
|
||||
QString error;
|
||||
if (db->open(databaseFilename, compositeKey, &error, false)) {
|
||||
return db;
|
||||
}else {
|
||||
err << error << endl;
|
||||
return {};
|
||||
if (db->open(databaseFilename, compositeKey, &error, false)) {
|
||||
return db;
|
||||
} else {
|
||||
err << error << endl;
|
||||
return {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Read a user password from STDIN or return a password previously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue