Remove tailing spaces.
diff --git a/lib/bcc/ContextManager.h b/lib/bcc/ContextManager.h
index b6d1a4c..e9a5860 100644
--- a/lib/bcc/ContextManager.h
+++ b/lib/bcc/ContextManager.h
@@ -23,7 +23,7 @@
 
 
 #define BCC_CONTEXT_FIXED_ADDR (reinterpret_cast<char *>(0x7e000000))
-#define BCC_CONTEXT_SLOT_COUNT 8 
+#define BCC_CONTEXT_SLOT_COUNT 8
 
 #define BCC_CONTEXT_CODE_SIZE (128 * 1024)
 #define BCC_CONTEXT_DATA_SIZE (128 * 1024)