Remove spaces.

Change-Id: Icc61ee2de259ab99a4acaaff4e329bb0b5b813ef
diff --git a/lib/bcc/FileHandle.cpp b/lib/bcc/FileHandle.cpp
index 8ec194a..db02741 100644
--- a/lib/bcc/FileHandle.cpp
+++ b/lib/bcc/FileHandle.cpp
@@ -153,7 +153,7 @@
 
       continue;
     }
-    
+
     written += nwrite;
     count -= (size_t)nwrite;
     buf += (size_t)nwrite;