cleanup formating (e.g. no trailing spaces)



git-svn-id: http://skia.googlecode.com/svn/trunk@143 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/Sk64Test.cpp b/tests/Sk64Test.cpp
index 5033957..9fb49eb 100644
--- a/tests/Sk64Test.cpp
+++ b/tests/Sk64Test.cpp
@@ -183,7 +183,7 @@
         else
             dfixdiv = SkFloatToFixed(dnumer / ddenom);
         diff = fixdiv - dfixdiv;
-        
+
         if (SkAbs32(diff) > 1) {
             SkDebugf(" %d === numer %g denom %g div %g xdiv %x fxdiv %x\n",
                      i, dnumer, ddenom, ddiv, dfixdiv, fixdiv);