Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14172 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SamplePicture.cpp b/samplecode/SamplePicture.cpp
index a786750..51e8f0b 100644
--- a/samplecode/SamplePicture.cpp
+++ b/samplecode/SamplePicture.cpp
@@ -83,7 +83,7 @@
 
         fPicture = recorder.endRecording();
 
-        // fPicture now has (4) references to fSubPicture. We can release our ref, 
+        // fPicture now has (4) references to fSubPicture. We can release our ref,
         // and just unref fPicture in our destructor, and it will in turn take care of
         // the other references to fSubPicture
         fSubPicture->unref();