mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Improve code style.
This commit is contained in:
parent
4e5e5c71ca
commit
2e011d5362
29 changed files with 95 additions and 89 deletions
|
@ -51,7 +51,7 @@ QByteArray Uuid::toByteArray() const
|
|||
|
||||
bool Uuid::isNull() const
|
||||
{
|
||||
for (int i=0; i<m_data.size(); ++i) {
|
||||
for (int i = 0; i < m_data.size(); ++i) {
|
||||
if (m_data[i] != 0) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue