Remove trailing whitespace

clang-format won't remove trailing whitespace if that's the only change.
Fix them all.

Change-Id: Ic6e14af43cdd11905d3b58430d49b9ec1484f812
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/sections/cper-section.c b/sections/cper-section.c
index 9bffdcb..9352800 100644
--- a/sections/cper-section.c
+++ b/sections/cper-section.c
@@ -1,6 +1,6 @@
 /**
  * Describes available sections to the CPER parser.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include "../edk/Cper.h"