Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)

This CL is part I of IV (I broke down the 1280 files into 4 CLs).
Review URL: https://codereview.appspot.com/6485054

git-svn-id: http://skia.googlecode.com/svn/trunk@5262 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/app-android.cpp b/src/gpu/app-android.cpp
index 56a96a6..c656b59 100644
--- a/src/gpu/app-android.cpp
+++ b/src/gpu/app-android.cpp
@@ -60,7 +60,7 @@
     void setViewport(int w, int h);
     int getWidth() const { return fViewport.fX; }
     int getHeight() const { return fViewport.fY; }
-    
+
     void handleTouch(void*, TouchState, float x, float y);
     void applyMatrix(SkCanvas*);
 
@@ -69,7 +69,7 @@
 private:
     SkView*     fView;
     SkIPoint    fViewport;
-    
+
     SkTouchGesture fGesture;
 
     SkTDArray<SkViewFactory> fFactory;
@@ -96,7 +96,7 @@
         gHead = NULL;
         gOnce = true;
     }
-    
+
     fChain = gHead;
     gHead = this;
 }
@@ -309,7 +309,7 @@
         int fps = (FRAME_COUNT * 1000) / gDuration;
         SkString str;
         str.printf("FPS=%3d MS=%3d", fps, gDuration / FRAME_COUNT);
-        
+
         SkGpuCanvas c(gContext);
         c.setBitmapDevice(viewport);