From f3db546a4bf1717126a7ba4dd47ece077a6e76f7 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 7 Nov 2013 22:43:04 +0000 Subject: [PATCH] Can't be leaving that crucial newline off the end of a file git-svn-id: http://skia.googlecode.com/svn/trunk@12182 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/bigblurs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gm/bigblurs.cpp b/gm/bigblurs.cpp index 195d08551f..6b6c7cc79c 100644 --- a/gm/bigblurs.cpp +++ b/gm/bigblurs.cpp @@ -114,4 +114,4 @@ private: DEF_GM( return SkNEW(BigBlursGM); ) -} \ No newline at end of file +}