diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-15 15:47:10 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-15 15:47:10 +0000 |
commit | cce4102f3127cbabfb18f49ffa27e22d1207d96e (patch) | |
tree | 5d7c459eb476e34a1e407eae9f0d060f08da42c9 /src | |
parent | 8dcea7dcf96aeed5cf8d3afdf62330d73dd93c71 (diff) |
Added newlines at the end of SkGpuBlurUtils.*
git-svn-id: http://skia.googlecode.com/svn/trunk@10082 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/effects/SkGpuBlurUtils.cpp | 2 | ||||
-rw-r--r-- | src/effects/SkGpuBlurUtils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/SkGpuBlurUtils.cpp b/src/effects/SkGpuBlurUtils.cpp index 63b5e0f959..8c46141c77 100644 --- a/src/effects/SkGpuBlurUtils.cpp +++ b/src/effects/SkGpuBlurUtils.cpp @@ -184,4 +184,4 @@ GrTexture* GaussianBlur(GrContext* context, } #endif -}
\ No newline at end of file +} diff --git a/src/effects/SkGpuBlurUtils.h b/src/effects/SkGpuBlurUtils.h index d0e2e416a4..f9c0309b33 100644 --- a/src/effects/SkGpuBlurUtils.h +++ b/src/effects/SkGpuBlurUtils.h @@ -40,4 +40,4 @@ namespace SkGpuBlurUtils { }; -#endif
\ No newline at end of file +#endif |