Coding style++

This commit is contained in:
Felix Geyer 2010-08-24 23:12:01 +02:00
parent 194a081bd7
commit ef52e98ee6
6 changed files with 16 additions and 8 deletions

View file

@ -21,7 +21,8 @@
const int Uuid::length = 16;
Uuid::Uuid() : m_data(length, 0)
Uuid::Uuid()
: m_data(length, 0)
{
}