Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12161 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAARectRenderer.cpp b/src/gpu/GrAARectRenderer.cpp
index 6b0a998..aa599ca 100644
--- a/src/gpu/GrAARectRenderer.cpp
+++ b/src/gpu/GrAARectRenderer.cpp
@@ -368,7 +368,7 @@
  * Following comes a bevel-stroke rect and its indices:
  *
  *           4                                 7
- *            ********************************* 
+ *            *********************************
  *          *   ______________________________  *
  *         *  / 12                          15 \  *
  *        *  /                                  \  *
@@ -381,10 +381,10 @@
  *       *  |       |  ****************  |       |  *
  *       *  |       |____________________|       |  *
  *     1 *  |9    17                      18   10|  * 2
- *        *  \                                  /  * 
+ *        *  \                                  /  *
  *         *  \13 __________________________14/  *
  *          *                                   *
- *           ********************************** 
+ *           **********************************
  *          5                                  6
  */
 static const uint16_t gBevelStrokeAARectIdx[] = {
@@ -782,7 +782,7 @@
 
     // For bevel-stroke, use 2 SkRect instances(devOutside and devOutsideAssist)
     // to draw the outer of the rect. Because there are 8 vertices on the outer
-    // edge, while vertex number of inner edge is 4, the same as miter-stroke. 
+    // edge, while vertex number of inner edge is 4, the same as miter-stroke.
     if (!miterStroke) {
         devOutside.inset(0, ry);
         devOutsideAssist.outset(0, ry);