diff options
Diffstat (limited to 'tests/PathOpsSkpClipTest.cpp')
-rwxr-xr-x | tests/PathOpsSkpClipTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp index df6770d9d3..c0f028c55f 100755 --- a/tests/PathOpsSkpClipTest.cpp +++ b/tests/PathOpsSkpClipTest.cpp @@ -562,7 +562,7 @@ public: do { if (!reader.read(&c, 1)) { return false; - } + } if (c == ' ') { break; } |