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/generator/cper-generate-cli.c b/generator/cper-generate-cli.c
index 185702c..f34719e 100644
--- a/generator/cper-generate-cli.c
+++ b/generator/cper-generate-cli.c
@@ -1,6 +1,6 @@
/**
- * A user-space application for generating pseudo-random specification compliant CPER records.
- *
+ * A user-space application for generating pseudo-random specification compliant CPER records.
+ *
* Author: Lawrence.Tang@arm.com
**/