mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 18:18:35 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -56,7 +56,7 @@ void TemporaryFile::close()
|
|||
#endif
|
||||
}
|
||||
|
||||
qint64 TemporaryFile::write(const char *data, qint64 maxSize)
|
||||
qint64 TemporaryFile::write(const char* data, qint64 maxSize)
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return m_file.write(data, maxSize);
|
||||
|
@ -65,7 +65,7 @@ qint64 TemporaryFile::write(const char *data, qint64 maxSize)
|
|||
#endif
|
||||
}
|
||||
|
||||
qint64 TemporaryFile::write(const QByteArray &byteArray)
|
||||
qint64 TemporaryFile::write(const QByteArray& byteArray)
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return m_file.write(byteArray);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue