mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-27 02:49:20 -04:00
Formatting
This commit is contained in:
parent
c14725cf97
commit
00d2b3f9b0
@ -245,7 +245,6 @@ int Entry::getPasswordAge() const
|
|||||||
// Found last change in history
|
// Found last change in history
|
||||||
return curr->timeInfo().lastModificationTime().secsTo(Clock::currentDateTime());
|
return curr->timeInfo().lastModificationTime().secsTo(Clock::currentDateTime());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (previous != this) {
|
if (previous != this) {
|
||||||
// If no change in history, password is from oldest history entry.
|
// If no change in history, password is from oldest history entry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user