forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most of this is just not mentioning things that need not be mentioned anymore, but there's one slight style tweak which I think is better, from case Foo: { ... break; } to case Foo: { ... } break; which is a little clearer that all paths through case Foo break when the contents of the {} block become complicated. Change-Id: Id7fe5ab09437006d125313b07862613316dd403c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/312576 Reviewed-by: Brian Salomon <[email protected]>
- Loading branch information
Mike Klein
committed
Aug 24, 2020
1 parent
487d285
commit bf23d56
Showing
1 changed file
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters