Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8693 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2013-04-16 07:01:17 +00:00
Родитель 06910786a1
Коммит 7841c63136
4 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -1542,4 +1542,3 @@ int SkRationalQuad::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const {
SkASSERT(endPts - pts == (2 * (1 << pow2) + 1));
return 1 << pow2;
}