Skip to content
Commit e8c257c9 authored by Chris Blume's avatar Chris Blume Committed by Copybara-Service
Browse files

[zlib] Improve variable name

A parameter named "b" is not descriptive.
However, by context that variable's meaning is clear.
void ContinueOnError(bool b); clearly means |b| indicates whether or not
to continue.

Nevertheless, it is probably wise to provide a better name for that
variable.

This (profoundly nitpicky) commit renames the parameter |b| to
|continue_on_error|.

Change-Id: Id6830f2d4ed8ec569ec2091624d40fa687bad8fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3307620


Auto-Submit: Chris Blume <cblume@chromium.org>
Commit-Queue: François Degros <fdegros@chromium.org>
Reviewed-by: default avatarFrançois Degros <fdegros@chromium.org>
Cr-Commit-Position: refs/heads/main@{#946733}
NOKEYCHECK=True
GitOrigin-RevId: 8c09262e21c60ad44d02b1e9ec2bd5b5c41db14a
parent 2231b7c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment