aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
commite16efc1882ab34a0bb3ae361a2d37f840044cf87 (patch)
tree10e58bef0f4eb0050356be133ad49cc7fd927f84 /gm
parent4899712109a428445f7639e900925e9cbc970749 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7406 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r--gm/aarectmodes.cpp1
-rw-r--r--gm/bigmatrix.cpp1
-rw-r--r--gm/bitmapfilters.cpp3
-rw-r--r--gm/blurs.cpp1
-rw-r--r--gm/colorfilterimagefilter.cpp2
-rw-r--r--gm/composeshader.cpp1
-rw-r--r--gm/convexpaths.cpp1
-rw-r--r--gm/dashcubics.cpp1
-rw-r--r--gm/dashing.cpp1
-rw-r--r--gm/drawbitmaprect.cpp1
-rw-r--r--gm/drawlooper.cpp1
-rw-r--r--gm/fatpathfill.cpp1
-rw-r--r--gm/filltypes.cpp1
-rw-r--r--gm/filltypespersp.cpp1
-rw-r--r--gm/fontscaler.cpp1
-rw-r--r--gm/getpostextpath.cpp1
-rw-r--r--gm/giantbitmap.cpp1
-rw-r--r--gm/gradients.cpp2
-rw-r--r--gm/gradtext.cpp1
-rw-r--r--gm/hittestpath.cpp2
-rw-r--r--gm/image.cpp1
-rw-r--r--gm/imagefiltersbase.cpp2
-rw-r--r--gm/imagefiltersgraph.cpp2
-rw-r--r--gm/ninepatchstretch.cpp3
-rw-r--r--gm/pathfill.cpp1
-rw-r--r--gm/pathinterior.cpp1
-rw-r--r--gm/points.cpp1
-rw-r--r--gm/poly2poly.cpp1
-rw-r--r--gm/rrect.cpp1
-rw-r--r--gm/rrects.cpp2
-rw-r--r--gm/srcmode.cpp1
-rw-r--r--gm/strokerect.cpp1
-rw-r--r--gm/strokerects.cpp1
-rw-r--r--gm/strokes.cpp2
-rw-r--r--gm/techtalk1.cpp2
-rw-r--r--gm/testimagefilters.cpp2
-rw-r--r--gm/texteffects.cpp1
-rw-r--r--gm/tilemodes.cpp2
-rw-r--r--gm/twopointradial.cpp1
39 files changed, 0 insertions, 53 deletions
diff --git a/gm/aarectmodes.cpp b/gm/aarectmodes.cpp
index 56343240d6..704ddcbb6d 100644
--- a/gm/aarectmodes.cpp
+++ b/gm/aarectmodes.cpp
@@ -187,4 +187,3 @@ namespace skiagm {
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp
index deaf4480f8..d4144862b8 100644
--- a/gm/bigmatrix.cpp
+++ b/gm/bigmatrix.cpp
@@ -96,4 +96,3 @@ static GM* MyFactory(void*) { return new BigMatrixGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/bitmapfilters.cpp b/gm/bitmapfilters.cpp
index 64192966e6..d74dbf509c 100644
--- a/gm/bitmapfilters.cpp
+++ b/gm/bitmapfilters.cpp
@@ -131,6 +131,3 @@ static GM* MyFactory(void*) { return new FilterGM; }
static GMRegistry reg(MyFactory);
}
-
-
-
diff --git a/gm/blurs.cpp b/gm/blurs.cpp
index bb688b9c1b..22804c7fa1 100644
--- a/gm/blurs.cpp
+++ b/gm/blurs.cpp
@@ -107,4 +107,3 @@ static GM* MyFactory(void*) { return new BlursGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/colorfilterimagefilter.cpp b/gm/colorfilterimagefilter.cpp
index 60148b36f9..6323d33f6d 100644
--- a/gm/colorfilterimagefilter.cpp
+++ b/gm/colorfilterimagefilter.cpp
@@ -130,5 +130,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new ColorFilterImageFilterGM; }
static skiagm::GMRegistry reg(MyFactory);
-
-
diff --git a/gm/composeshader.cpp b/gm/composeshader.cpp
index f74a19e0a3..a6643a688f 100644
--- a/gm/composeshader.cpp
+++ b/gm/composeshader.cpp
@@ -80,4 +80,3 @@ static GM* MyFactory(void*) { return new ShaderGM; }
static GMRegistry reg(MyFactory);
} // namespace
-
diff --git a/gm/convexpaths.cpp b/gm/convexpaths.cpp
index 5af843f016..2c4753d95a 100644
--- a/gm/convexpaths.cpp
+++ b/gm/convexpaths.cpp
@@ -263,4 +263,3 @@ static GM* MyFactory(void*) { return new ConvexPathsGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/dashcubics.cpp b/gm/dashcubics.cpp
index bbce9be66e..5d874d4dc6 100644
--- a/gm/dashcubics.cpp
+++ b/gm/dashcubics.cpp
@@ -71,4 +71,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
static skiagm::GMRegistry reg(MyFactory);
-
diff --git a/gm/dashing.cpp b/gm/dashing.cpp
index 37ea285024..7fe3029ca2 100644
--- a/gm/dashing.cpp
+++ b/gm/dashing.cpp
@@ -308,4 +308,3 @@ static skiagm::GM* F2(void*) { return new Dashing3GM; }
static skiagm::GMRegistry gR0(F0);
static skiagm::GMRegistry gR1(F1);
static skiagm::GMRegistry gR2(F2);
-
diff --git a/gm/drawbitmaprect.cpp b/gm/drawbitmaprect.cpp
index 24c34318a1..16cd6e48cb 100644
--- a/gm/drawbitmaprect.cpp
+++ b/gm/drawbitmaprect.cpp
@@ -189,4 +189,3 @@ static GM* MyFactory(void*) { return new DrawBitmapRectGM; }
static GMRegistry reg(MyFactory);
#endif
}
-
diff --git a/gm/drawlooper.cpp b/gm/drawlooper.cpp
index fa92393213..58c691c311 100644
--- a/gm/drawlooper.cpp
+++ b/gm/drawlooper.cpp
@@ -99,4 +99,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new DrawLooperGM; }
static skiagm::GMRegistry reg(MyFactory);
-
diff --git a/gm/fatpathfill.cpp b/gm/fatpathfill.cpp
index 4c30949f52..44988795b4 100644
--- a/gm/fatpathfill.cpp
+++ b/gm/fatpathfill.cpp
@@ -97,4 +97,3 @@ private:
///////////////////////////////////////////////////////////////////////////////
DEF_GM(return new FatPathFillGM;)
-
diff --git a/gm/filltypes.cpp b/gm/filltypes.cpp
index 86f1fbc9e1..7df02ae5c9 100644
--- a/gm/filltypes.cpp
+++ b/gm/filltypes.cpp
@@ -93,4 +93,3 @@ static GM* MyFactory(void*) { return new FillTypeGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/filltypespersp.cpp b/gm/filltypespersp.cpp
index bdd14a73aa..cbd966cb2d 100644
--- a/gm/filltypespersp.cpp
+++ b/gm/filltypespersp.cpp
@@ -131,4 +131,3 @@ static GM* MyFactory(void*) { return new FillTypePerspGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/fontscaler.cpp b/gm/fontscaler.cpp
index b331bde830..59b1a4322b 100644
--- a/gm/fontscaler.cpp
+++ b/gm/fontscaler.cpp
@@ -90,4 +90,3 @@ static GM* MyFactory(void*) { return new FontScalerGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp
index aa65173512..39a3fc160f 100644
--- a/gm/getpostextpath.cpp
+++ b/gm/getpostextpath.cpp
@@ -71,4 +71,3 @@ protected:
static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
static skiagm::GMRegistry gR(F);
-
diff --git a/gm/giantbitmap.cpp b/gm/giantbitmap.cpp
index 1857a1f84b..0d342b8ff7 100644
--- a/gm/giantbitmap.cpp
+++ b/gm/giantbitmap.cpp
@@ -152,4 +152,3 @@ static skiagm::GMRegistry reg201(G201);
static skiagm::GMRegistry reg011(G011);
static skiagm::GMRegistry reg111(G111);
static skiagm::GMRegistry reg211(G211);
-
diff --git a/gm/gradients.cpp b/gm/gradients.cpp
index a2d1de24d7..004d99109c 100644
--- a/gm/gradients.cpp
+++ b/gm/gradients.cpp
@@ -367,5 +367,3 @@ static GMRegistry reg5(MyFactory5);
static GM* MyFactory6(void*) { return new GradientsViewPerspectiveGM; }
static GMRegistry reg6(MyFactory6);
}
-
-
diff --git a/gm/gradtext.cpp b/gm/gradtext.cpp
index 67dd11ed48..d782338823 100644
--- a/gm/gradtext.cpp
+++ b/gm/gradtext.cpp
@@ -164,4 +164,3 @@ static GMRegistry reg(MyFactory);
static GMRegistry Creg(CMyFactory);
static GMRegistry Creg2(CMyFactory2);
}
-
diff --git a/gm/hittestpath.cpp b/gm/hittestpath.cpp
index 4347c9b22f..03275719fb 100644
--- a/gm/hittestpath.cpp
+++ b/gm/hittestpath.cpp
@@ -73,5 +73,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
static skiagm::GMRegistry reg(MyFactory);
-
-
diff --git a/gm/image.cpp b/gm/image.cpp
index e54d3c7b2f..974f5f9096 100644
--- a/gm/image.cpp
+++ b/gm/image.cpp
@@ -192,4 +192,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new ImageGM; }
static skiagm::GMRegistry reg(MyFactory);
-
diff --git a/gm/imagefiltersbase.cpp b/gm/imagefiltersbase.cpp
index e33c0eb272..6879e796b1 100644
--- a/gm/imagefiltersbase.cpp
+++ b/gm/imagefiltersbase.cpp
@@ -223,5 +223,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new ImageFiltersBaseGM; }
static skiagm::GMRegistry reg(MyFactory);
-
-
diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp
index 9c70770d46..739a18fe21 100644
--- a/gm/imagefiltersgraph.cpp
+++ b/gm/imagefiltersgraph.cpp
@@ -92,5 +92,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new ImageFiltersGraphGM; }
static skiagm::GMRegistry reg(MyFactory);
-
-
diff --git a/gm/ninepatchstretch.cpp b/gm/ninepatchstretch.cpp
index 773a692e65..c4c52913c0 100644
--- a/gm/ninepatchstretch.cpp
+++ b/gm/ninepatchstretch.cpp
@@ -115,6 +115,3 @@ static GM* MyFactory(void*) { return new NinePatchStretchGM; }
static GMRegistry reg(MyFactory);
}
-
-
-
diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp
index bfaabc924a..993917abdd 100644
--- a/gm/pathfill.cpp
+++ b/gm/pathfill.cpp
@@ -220,4 +220,3 @@ static skiagm::GMRegistry reg(MyFactory);
static skiagm::GM* F1(void*) { return new PathInverseFillGM; }
static skiagm::GMRegistry gR1(F1);
-
diff --git a/gm/pathinterior.cpp b/gm/pathinterior.cpp
index f7e0b5e867..559fb8973c 100644
--- a/gm/pathinterior.cpp
+++ b/gm/pathinterior.cpp
@@ -111,4 +111,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new PathInteriorGM; }
static skiagm::GMRegistry reg(MyFactory);
-
diff --git a/gm/points.cpp b/gm/points.cpp
index 0646d61c29..0a83acf05f 100644
--- a/gm/points.cpp
+++ b/gm/points.cpp
@@ -71,4 +71,3 @@ static GM* MyFactory(void*) { return new PointsGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/poly2poly.cpp b/gm/poly2poly.cpp
index 9ad5bdcaae..20c117f2d8 100644
--- a/gm/poly2poly.cpp
+++ b/gm/poly2poly.cpp
@@ -106,4 +106,3 @@ static GM* MyFactory(void*) { return new Poly2PolyGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/rrect.cpp b/gm/rrect.cpp
index b07e3c0350..29d03005fe 100644
--- a/gm/rrect.cpp
+++ b/gm/rrect.cpp
@@ -167,4 +167,3 @@ private:
};
DEF_GM( return new RRectGM; )
-
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index e58d4f2852..299e8d8d9b 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -146,5 +146,3 @@ DEF_GM( return new RRectGM(false, true); )
DEF_GM( return new RRectGM(true, true); )
}
-
-
diff --git a/gm/srcmode.cpp b/gm/srcmode.cpp
index c99a6b2f9d..66729e2737 100644
--- a/gm/srcmode.cpp
+++ b/gm/srcmode.cpp
@@ -149,4 +149,3 @@ private:
///////////////////////////////////////////////////////////////////////////////
DEF_GM(return new SrcModeGM;)
-
diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp
index 99a50ef4f4..489f7b4d3f 100644
--- a/gm/strokerect.cpp
+++ b/gm/strokerect.cpp
@@ -110,4 +110,3 @@ private:
///////////////////////////////////////////////////////////////////////////////////////////////////
DEF_GM(return new StrokeRectGM;)
-
diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp
index 62a9639c2b..61ee9e0309 100644
--- a/gm/strokerects.cpp
+++ b/gm/strokerects.cpp
@@ -81,4 +81,3 @@ static GM* MyFactory(void*) { return new StrokeRectGM; }
static GMRegistry reg(MyFactory);
}
-
diff --git a/gm/strokes.cpp b/gm/strokes.cpp
index c479d69fff..49a7fc63b4 100644
--- a/gm/strokes.cpp
+++ b/gm/strokes.cpp
@@ -248,5 +248,3 @@ static skiagm::GM* F2(void*) { return new Strokes3GM; }
static skiagm::GMRegistry R0(F0);
static skiagm::GMRegistry R1(F1);
static skiagm::GMRegistry R2(F2);
-
-
diff --git a/gm/techtalk1.cpp b/gm/techtalk1.cpp
index 00c49569c0..442d73ba81 100644
--- a/gm/techtalk1.cpp
+++ b/gm/techtalk1.cpp
@@ -395,5 +395,3 @@ ADD_GM(TalkGM, (4, true))
//static GM* MyFactory(void*) { return new TalkGM(0, false); }
//static GMRegistry reg(MyFactory);
-
-
diff --git a/gm/testimagefilters.cpp b/gm/testimagefilters.cpp
index 65d1be40ac..73581ba5c0 100644
--- a/gm/testimagefilters.cpp
+++ b/gm/testimagefilters.cpp
@@ -142,5 +142,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new TestImageFiltersGM; }
static skiagm::GMRegistry reg(MyFactory);
-
-
diff --git a/gm/texteffects.cpp b/gm/texteffects.cpp
index 3436018963..782850e2f6 100644
--- a/gm/texteffects.cpp
+++ b/gm/texteffects.cpp
@@ -215,4 +215,3 @@ private:
static skiagm::GM* MyFactory(void*) { return new TextEffectsGM; }
static skiagm::GMRegistry reg(MyFactory);
-
diff --git a/gm/tilemodes.cpp b/gm/tilemodes.cpp
index 79b6104183..b0594e40cb 100644
--- a/gm/tilemodes.cpp
+++ b/gm/tilemodes.cpp
@@ -257,5 +257,3 @@ static skiagm::GMRegistry reg2(MyFactory2);
static skiagm::GM* MyFactory3(void*) { return new Tiling2GM(make_grad, "gradient"); }
static skiagm::GMRegistry reg3(MyFactory3);
-
-
diff --git a/gm/twopointradial.cpp b/gm/twopointradial.cpp
index 40712e8341..a10f5af6d5 100644
--- a/gm/twopointradial.cpp
+++ b/gm/twopointradial.cpp
@@ -109,4 +109,3 @@ protected:
static skiagm::GM* F(void*) { return new TwoPointRadialGM; }
static skiagm::GMRegistry gR(F);
-