aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 07:01:40 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 07:01:40 +0000
commit2b34fe01d7b5736b212eb4886afc723a7b9241ae (patch)
tree32a2a6b1eef8bbc6026f625ebf9c2675cb07b5cc /include
parent6862cbad085729acb77825392c8c2a4f888a99cf (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9051 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index f968c46e19..310f939439 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -23,7 +23,7 @@ class SkData;
* bytes, they may return fewer than N bytes on a given call, in which case
* the caller can "try again" to get more bytes, eventually (modulo an error)
* receiving their total N bytes.
- *
+ *
* Skia streams behave differently. They are effectively synchronous, and will
* always return all N bytes of the request if possible. If they return fewer
* (the read() call returns the number of bytes read) then that means there is