aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 00:29:23 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 00:29:23 +0000
commitfffc8d01b5fca2b2cfc40661c1ff4fdc7a0f9aec (patch)
tree8236d9555c0e80a3dfc9d9968426874c238b720b /include/core
parent58b20215f6d88b7e1cacae0b76226fced5109293 (diff)
Added EOF marker to address clang++ error
git-svn-id: http://skia.googlecode.com/svn/trunk@4381 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkChecksum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/SkChecksum.h b/include/core/SkChecksum.h
index 76f1461ed9..ab88cbc01a 100644
--- a/include/core/SkChecksum.h
+++ b/include/core/SkChecksum.h
@@ -67,4 +67,5 @@ inline uint32_t SkComputeChecksum32(const uint32_t* ptr, size_t size) {
}
return result;
}
-#endif \ No newline at end of file
+#endif
+