From: twiz@google.com Date: Thu, 19 Jul 2012 22:09:19 +0000 (+0000) Subject: Addition of new-lines at end of files to correct Chromium builds. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4df7a16f0a423c9cb8609d75fbda3809f2ef0119;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- 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