diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-21 03:05:49 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-21 03:05:49 +0000 |
commit | 29de433b06aa4886d75508c1aa28ee7911737760 (patch) | |
tree | 89881e40b6068dcb5091d192d235ffaea63236af | |
parent | d09461fe0e897d97ce12889953109ce6ea98dfb1 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14817 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | bench/MemcpyBench.cpp | 1 | ||||
-rw-r--r-- | include/core/SkMatrix.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bench/MemcpyBench.cpp b/bench/MemcpyBench.cpp index 452bf6fdc2..1027ad05d9 100644 --- a/bench/MemcpyBench.cpp +++ b/bench/MemcpyBench.cpp @@ -151,4 +151,3 @@ BENCH(memcpy32_sse2_unalign, 100000) #endif // SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2 #undef BENCH - diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h index 7aa079ebda..84d1a87e95 100644 --- a/include/core/SkMatrix.h +++ b/include/core/SkMatrix.h @@ -584,7 +584,7 @@ public: * will be unchanged. */ bool getMinMaxScales(SkScalar scaleFactors[2]) const; - + /** * Return a reference to a const identity matrix */ |