commit | b13f36944ca7c234c72a806f8a7d6bb73562bfdf | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Fri Sep 10 16:49:42 2021 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Sep 10 21:32:49 2021 +0000 |
tree | 0e4a2bd5912695d77b23c108fc12cab1cbc98692 | |
parent | 144926d968587721efeede13c7b13b7a417f9f6c [diff] [blame] |
Added break statements to various default: cases No behavioral changes, just stylistic. Change-Id: I95a54bb2ee5610272ecea4886163ba79ae2544a2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/447837 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
diff --git a/src/sksl/SkSLDehydrator.cpp b/src/sksl/SkSLDehydrator.cpp index 42ea05c..e913734 100644 --- a/src/sksl/SkSLDehydrator.cpp +++ b/src/sksl/SkSLDehydrator.cpp
@@ -199,6 +199,7 @@ this->writeCommand(Rehydrator::kSystemType_Command); this->writeId(&t); this->write(t.name()); + break; } break; }