more extra semis

Hopefully with better grepping.

Bug: skia:
Change-Id: I434f2b1fedc2eff2d62cf80b13ebb1bd71a1c8a1
Reviewed-on: https://skia-review.googlesource.com/c/181166
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index b5ef264..0668098 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -5415,7 +5415,7 @@
         }
     }, &copyPath);
 
-    SkScalar radii[] = { 80, 100, 0, 0, 40, 60, 0, 0 };;
+    SkScalar radii[] = { 80, 100, 0, 0, 40, 60, 0, 0 };
     SkPath path;
     path.addRoundRect({10, 10, 110, 110}, radii);
     path.offset(0, 5, &(copyPath));                     // <== change buffer copyPath.fPathRef->fPoints but not reset copyPath.fLastMoveToIndex lead to out of bound