mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-07 22:42:55 -04:00
Indentation and variable naming fixes.
This commit is contained in:
parent
6a2034fa24
commit
26de957a98
3 changed files with 7 additions and 7 deletions
|
@ -91,9 +91,9 @@ Group* Database::recFindGroup(const Uuid& uuid, Group* group)
|
|||
return group;
|
||||
|
||||
Q_FOREACH (Group* child, group->children()) {
|
||||
Group* result = recFindGroup(uuid, child);
|
||||
if (result)
|
||||
return result;
|
||||
Group* result = recFindGroup(uuid, child);
|
||||
if (result)
|
||||
return result;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue