Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13576 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp
index 56e5003..3a2c215 100644
--- a/gyp/giflib.gyp
+++ b/gyp/giflib.gyp
@@ -50,4 +50,3 @@
     }
   ]
 }
-
diff --git a/src/utils/debugger/SkDrawCommand.cpp b/src/utils/debugger/SkDrawCommand.cpp
index f5caa86..4e410d1 100644
--- a/src/utils/debugger/SkDrawCommand.cpp
+++ b/src/utils/debugger/SkDrawCommand.cpp
@@ -651,7 +651,7 @@
     return true;
 }
 
-SkDrawDRRectCommand::SkDrawDRRectCommand(const SkRRect& outer, 
+SkDrawDRRectCommand::SkDrawDRRectCommand(const SkRRect& outer,
                                          const SkRRect& inner,
                                          const SkPaint& paint) {
     fOuter = outer;