aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 03:06:06 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 03:06:06 +0000
commit8e7d37d8fea8c002c152a1509c461dba87d9eaca (patch)
tree2bcf4734101af9328d9f94c29e7833e0a88e88a6 /src/gpu
parent6d3eaeabddd03b1bf440345f1f3f9aa5b6dd0717 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14912 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/GrDrawTarget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index a5b6ac6f03..b35865c264 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -1056,7 +1056,7 @@ GrDrawTargetCaps& GrDrawTargetCaps::operator=(const GrDrawTargetCaps& other) {
memcpy(fConfigRenderSupport, other.fConfigRenderSupport, sizeof(fConfigRenderSupport));
memcpy(fCompressedFormatSupport, other.fCompressedFormatSupport,
- sizeof(fCompressedFormatSupport));
+ sizeof(fCompressedFormatSupport));
return *this;
}
@@ -1145,8 +1145,8 @@ SkString GrDrawTargetCaps::dump() const {
for (size_t i = 0; i < SK_ARRAY_COUNT(kCompressedFormatNames); ++i) {
r.appendf("%s Compressed Texture Support: %s\n",
- kCompressedFormatNames[i],
- gNY[fCompressedFormatSupport[i]]);
+ kCompressedFormatNames[i],
+ gNY[fCompressedFormatSupport[i]]);
}
return r;