зеркало из https://github.com/mozilla/gecko-dev.git
No bug - clang-format -p mfbt
This commit is contained in:
Родитель
498b71e5e9
Коммит
112e44b69e
|
@ -399,7 +399,8 @@ class BufferList : private AllocPolicy {
|
|||
};
|
||||
|
||||
template <typename AllocPolicy>
|
||||
MOZ_MUST_USE bool BufferList<AllocPolicy>::WriteBytes(const char* aData, size_t aSize) {
|
||||
MOZ_MUST_USE bool BufferList<AllocPolicy>::WriteBytes(const char* aData,
|
||||
size_t aSize) {
|
||||
MOZ_RELEASE_ASSERT(mOwning);
|
||||
MOZ_RELEASE_ASSERT(mStandardCapacity);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче