aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-06 02:01:25 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-06 02:01:25 +0000
commit0264fb4543b0d8cebe00f1ee32433784f4ceb074 (patch)
tree1bfdf9d97600948055e84a79437df7927534dff9 /tools
parent170bd792e17469769d145b7dc15dea6cd01b7966 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6687 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/skdiff_main.cpp2
-rw-r--r--tools/skdiff_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/skdiff_main.cpp b/tools/skdiff_main.cpp
index b9b00386e9..a9a1968fa5 100644
--- a/tools/skdiff_main.cpp
+++ b/tools/skdiff_main.cpp
@@ -50,7 +50,7 @@ struct DiffSummary {
for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) {
fStatusOfType[base][comparison].deleteAll();
}
- }
+ }
}
uint32_t fNumMatches;
diff --git a/tools/skdiff_utils.h b/tools/skdiff_utils.h
index bd496b3388..00ebf899a9 100644
--- a/tools/skdiff_utils.h
+++ b/tools/skdiff_utils.h
@@ -15,7 +15,7 @@ class SkBitmap;
class SkData;
class SkString;
-/** Returns true if the two buffers passed in are both non-NULL,
+/** Returns true if the two buffers passed in are both non-NULL,
* have the same length, and contain exactly the same byte values.
*/
bool are_buffers_equal(SkData* skdata1, SkData* skdata2);