aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkNormalSource.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-07-27 12:02:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-27 12:02:07 -0700
commitd6562000efca50bc2bfddae8dcb69dce6b8c0950 (patch)
tree0c9ba782ba2533c85a42a565ffd30428a37a9c14 /src/core/SkNormalSource.cpp
parent7d10b9f6e61ce8cb5387291580c1c0645f72b167 (diff)
require semi at the end of SkASSERT and friends
R=bungeman@google.com TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2185063002 Review-Url: https://codereview.chromium.org/2185063002
Diffstat (limited to 'src/core/SkNormalSource.cpp')
-rw-r--r--src/core/SkNormalSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkNormalSource.cpp b/src/core/SkNormalSource.cpp
index c282a124e0..38cf0bf0af 100644
--- a/src/core/SkNormalSource.cpp
+++ b/src/core/SkNormalSource.cpp
@@ -280,7 +280,7 @@ void NormalMapSourceImpl::Provider::fillScanLine(int x, int y, SkPoint3 output[]
output[i].normalize();
}
- SkASSERT(SkScalarNearlyEqual(output[i].length(), 1.0f))
+ SkASSERT(SkScalarNearlyEqual(output[i].length(), 1.0f));
}
output += n;