Coding style fixes.

This commit is contained in:
Felix Geyer 2011-07-08 14:51:14 +02:00
parent 8335db4db5
commit d4f02a78a7
21 changed files with 36 additions and 34 deletions

View file

@ -17,8 +17,8 @@
#include "KeePass2RandomStream.h"
#include "format/KeePass2.h"
#include "crypto/CryptoHash.h"
#include "format/KeePass2.h"
KeePass2RandomStream::KeePass2RandomStream(QByteArray key)
: m_cipher(SymmetricCipher::Salsa20, SymmetricCipher::Stream, SymmetricCipher::Encrypt,