libcef: Format with clang-tidy (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-20 17:48:57 -05:00
parent 4ea1b6f293
commit a02d2ab3e6
158 changed files with 639 additions and 686 deletions

View File

@@ -249,7 +249,7 @@ InputStreamReader::InputStreamReader(
DCHECK(work_thread_task_runner_);
}
InputStreamReader::~InputStreamReader() {}
InputStreamReader::~InputStreamReader() = default;
void InputStreamReader::Skip(int64_t skip_bytes,
InputStream::SkipCallback callback) {
@@ -698,7 +698,7 @@ void StreamReaderURLLoader::ContinueWithResponseHeaders(
if (has_redirect_url || pending_headers->IsRedirect(&location)) {
pending_response->encoded_data_length = header_length_;
pending_response->content_length = 0;
pending_response->encoded_body_length = 0;
pending_response->encoded_body_length = nullptr;
const GURL new_location =
has_redirect_url ? *redirect_url : request_.url.Resolve(location);
client_->OnReceiveRedirect(