mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
namespace client {
|
||||
|
||||
BytesWriteHandler::BytesWriteHandler(size_t grow)
|
||||
: grow_(grow), datasize_(grow), offset_(0) {
|
||||
: grow_(grow), datasize_(grow) {
|
||||
DCHECK_GT(grow, 0U);
|
||||
data_ = malloc(grow);
|
||||
DCHECK(data_ != nullptr);
|
||||
|
Reference in New Issue
Block a user