Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index c9f93961668482cd4dee3122dd99013c857f04b9..235365578133cfb49ee8175658e38b6e803cd718 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -85,7 +85,7 @@ public: |
* ignored. |
*/ |
const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const; |
- |
+ |
/** |
* Encode the image's pixels and return the result as a new SkData, which |
* the caller must manage (i.e. call unref() when they are done). |