Remove trailing spaces

Change-Id: I3a58137b3300fcfe51a4182eb304a1b70885ad30
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/ipmid.hpp b/ipmid.hpp
index aab44c0..e0873aa 100644
--- a/ipmid.hpp
+++ b/ipmid.hpp
@@ -14,9 +14,9 @@
 // Plugin libraries can be versioned with suffix .so.*
 #define IPMI_PLUGIN_SONAME_EXTN ".so."
 
-// The BT FIFO in the AST2400 can only handle 64 bytes.  
-// Can only allow 63 because the BT interface still 
-// needs 1 byte for the length field. 
+// The BT FIFO in the AST2400 can only handle 64 bytes.
+// Can only allow 63 because the BT interface still
+// needs 1 byte for the length field.
 #define MAX_IPMI_BUFFER 64
 
 extern FILE *ipmiio, *ipmidbus, *ipmicmddetails;