Remove trailing whitespace

Change-Id: If43ca5723a6b2994656c760e4c85330a82425d3b
diff --git a/src/compiled_method.h b/src/compiled_method.h
index c05aba1..d665338 100644
--- a/src/compiled_method.h
+++ b/src/compiled_method.h
@@ -81,7 +81,7 @@
 
  private:
   const InstructionSet instruction_set_;
-  
+
   // Used to store the PIC code for Quick and an ELF image for portable.
   std::vector<uint8_t> code_;