mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -97,7 +97,7 @@ public:
|
||||
QMap<qint32, qint32> indexesToPages;
|
||||
|
||||
YCArchiveExtractCallback(const QMap<qint32, qint32> &indexesToPages, bool c = false, ExtractDelegate *d = 0)
|
||||
: PasswordIsDefined(false), all(c), delegate(d), indexesToPages(indexesToPages) {}
|
||||
: PasswordIsDefined(false), all(c), delegate(d), indexesToPages(indexesToPages) { }
|
||||
~YCArchiveExtractCallback() { MidFree(data); }
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@ public:
|
||||
UString Password;
|
||||
|
||||
YCArchiveOpenCallback()
|
||||
: PasswordIsDefined(false) {}
|
||||
: PasswordIsDefined(false) { }
|
||||
};
|
||||
|
||||
STDMETHODIMP YCArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */)
|
||||
|
Reference in New Issue
Block a user