mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-07 06:22:44 -04:00
Coding style fixes.
This commit is contained in:
parent
8335db4db5
commit
d4f02a78a7
21 changed files with 36 additions and 34 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <QtCore/QSysInfo>
|
||||
|
||||
#include "LayeredStream.h"
|
||||
#include "streams/LayeredStream.h"
|
||||
|
||||
class HashedBlockStream : public LayeredStream
|
||||
{
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#include <QtCore/QByteArray>
|
||||
|
||||
#include "LayeredStream.h"
|
||||
#include "crypto/SymmetricCipher.h"
|
||||
#include "streams/LayeredStream.h"
|
||||
|
||||
class SymmetricCipherStream : public LayeredStream
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue