From 4df7a16f0a423c9cb8609d75fbda3809f2ef0119 Mon Sep 17 00:00:00 2001 From: "twiz@google.com" Date: Thu, 19 Jul 2012 22:09:19 +0000 Subject: [PATCH] Addition of new-lines at end of files to correct Chromium builds. Review URL: https://codereview.appspot.com/6423061 git-svn-id: http://skia.googlecode.com/svn/trunk@4683 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/effects/GrColorTableEffect.cpp | 2 +- src/gpu/effects/GrColorTableEffect.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gpu/effects/GrColorTableEffect.cpp b/src/gpu/effects/GrColorTableEffect.cpp index 5901a80..8ea0dbf 100644 --- a/src/gpu/effects/GrColorTableEffect.cpp +++ b/src/gpu/effects/GrColorTableEffect.cpp @@ -89,4 +89,4 @@ const GrProgramStageFactory& GrColorTableEffect::getFactory() const { bool GrColorTableEffect::isEqual(const GrCustomStage& sBase) const { return INHERITED::isEqual(sBase); -} \ No newline at end of file +} diff --git a/src/gpu/effects/GrColorTableEffect.h b/src/gpu/effects/GrColorTableEffect.h index f371633..ee7a630 100644 --- a/src/gpu/effects/GrColorTableEffect.h +++ b/src/gpu/effects/GrColorTableEffect.h @@ -35,4 +35,4 @@ private: typedef GrSingleTextureEffect INHERITED; }; -#endif \ No newline at end of file +#endif -- 2.7.4