aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 03:01:51 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 03:01:51 +0000
commit31acdeabce094e9d42f0d6db8eebcf788aaba11a (patch)
treeb441c048706db7da650cdc39e789a341b3794f34
parentdac522589e9395b4654a1a708f1bd971f37f95a5 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13483 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--include/core/SkBitmap.h2
-rw-r--r--include/core/SkCanvas.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 35928db2a2..92d7473a35 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -308,7 +308,7 @@ public:
bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes,
void (*ReleaseProc)(void* addr, void* context),
void* context);
-
+
/**
* Call installPixels with no ReleaseProc specified. This means that the
* caller must ensure that the specified pixels are valid for the lifetime
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 7801b35c82..3952705c33 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1125,7 +1125,7 @@ private:
* device, its reference count is decremented. The new device is returned.
*/
SkBaseDevice* setRootDevice(SkBaseDevice* device);
-
+
// internal methods are not virtual, so they can safely be called by other
// canvas apis, without confusing subclasses (like SkPictureRecording)