mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Coding style++
This commit is contained in:
parent
194a081bd7
commit
ef52e98ee6
6 changed files with 16 additions and 8 deletions
|
@ -21,7 +21,8 @@
|
|||
|
||||
const int Uuid::length = 16;
|
||||
|
||||
Uuid::Uuid() : m_data(length, 0)
|
||||
Uuid::Uuid()
|
||||
: m_data(length, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue