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/cli-app/cper-convert.c b/cli-app/cper-convert.c
index 35541c7..0ebc707 100644
--- a/cli-app/cper-convert.c
+++ b/cli-app/cper-convert.c
@@ -1,7 +1,7 @@
 /**
  * A user-space application linking to the CPER-JSON conversion library which allows for easy
- * conversion between CPER and CPER-JSON formats. 
- * 
+ * conversion between CPER and CPER-JSON formats.
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/common-utils.c b/common-utils.c
index 9c6de07..a473b6a 100644
--- a/common-utils.c
+++ b/common-utils.c
@@ -1,7 +1,7 @@
 /**
  * Describes common utility functions shared between CPER projects within this repository.
  * No functions here depend on json-c or b64.c.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/cper-parse.c b/cper-parse.c
index 7d99d20..7214b15 100644
--- a/cper-parse.c
+++ b/cper-parse.c
@@ -1,7 +1,7 @@
 /**
- * Describes high level functions for converting an entire CPER log, and functions for parsing 
+ * Describes high level functions for converting an entire CPER log, and functions for parsing
  * CPER headers and section descriptions into an intermediate JSON format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/cper-utils.c b/cper-utils.c
index aee1792..1c2fb4b 100644
--- a/cper-utils.c
+++ b/cper-utils.c
@@ -1,6 +1,6 @@
 /**
- * Describes utility functions for parsing CPER into JSON IR. 
- * 
+ * Describes utility functions for parsing CPER into JSON IR.
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
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
  **/
 
diff --git a/generator/cper-generate.c b/generator/cper-generate.c
index c42e075..8627c3b 100644
--- a/generator/cper-generate.c
+++ b/generator/cper-generate.c
@@ -1,6 +1,6 @@
 /**
- * Describes functions for generating pseudo-random specification compliant CPER records. 
- * 
+ * Describes functions for generating pseudo-random specification compliant CPER records.
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/gen-utils.c b/generator/gen-utils.c
index 0fa0237..872a223 100644
--- a/generator/gen-utils.c
+++ b/generator/gen-utils.c
@@ -1,6 +1,6 @@
 /**
- * Utility functions to assist in generating pseudo-random CPER sections. 
- * 
+ * Utility functions to assist in generating pseudo-random CPER sections.
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdlib.h>
diff --git a/generator/sections/gen-section-arm.c b/generator/sections/gen-section-arm.c
index cdd71e1..f4edc70 100644
--- a/generator/sections/gen-section-arm.c
+++ b/generator/sections/gen-section-arm.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER ARM processor sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-ccix-per.c b/generator/sections/gen-section-ccix-per.c
index 1780af7..f35f505 100644
--- a/generator/sections/gen-section-ccix-per.c
+++ b/generator/sections/gen-section-ccix-per.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CCIX PER error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-cxl-component.c b/generator/sections/gen-section-cxl-component.c
index b13a1f5..602dd19 100644
--- a/generator/sections/gen-section-cxl-component.c
+++ b/generator/sections/gen-section-cxl-component.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CXL component error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-cxl-protocol.c b/generator/sections/gen-section-cxl-protocol.c
index cd9d66d..076de96 100644
--- a/generator/sections/gen-section-cxl-protocol.c
+++ b/generator/sections/gen-section-cxl-protocol.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CXL protocol error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-dmar.c b/generator/sections/gen-section-dmar.c
index 6e405c8..e7916be 100644
--- a/generator/sections/gen-section-dmar.c
+++ b/generator/sections/gen-section-dmar.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER DMAr error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-firmware.c b/generator/sections/gen-section-firmware.c
index 9eb3f69..bc17fb2 100644
--- a/generator/sections/gen-section-firmware.c
+++ b/generator/sections/gen-section-firmware.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER firmware error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-generic.c b/generator/sections/gen-section-generic.c
index 061ff10..743c40e 100644
--- a/generator/sections/gen-section-generic.c
+++ b/generator/sections/gen-section-generic.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER generic processor sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-ia32x64.c b/generator/sections/gen-section-ia32x64.c
index 2bd9c72..0e96d31 100644
--- a/generator/sections/gen-section-ia32x64.c
+++ b/generator/sections/gen-section-ia32x64.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER IA32/x64 sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-memory.c b/generator/sections/gen-section-memory.c
index 46eaed3..cecb319 100644
--- a/generator/sections/gen-section-memory.c
+++ b/generator/sections/gen-section-memory.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER platform memory error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-pci-bus.c b/generator/sections/gen-section-pci-bus.c
index c814069..ebdeb7e 100644
--- a/generator/sections/gen-section-pci-bus.c
+++ b/generator/sections/gen-section-pci-bus.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER PCI/PCI-X bus error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-pci-dev.c b/generator/sections/gen-section-pci-dev.c
index a164719..6182b1c 100644
--- a/generator/sections/gen-section-pci-dev.c
+++ b/generator/sections/gen-section-pci-dev.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER PCI component error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section-pcie.c b/generator/sections/gen-section-pcie.c
index 82b2031..3547f1d 100644
--- a/generator/sections/gen-section-pcie.c
+++ b/generator/sections/gen-section-pcie.c
@@ -1,6 +1,6 @@
 /**
  * Functions for generating pseudo-random CPER PCIe error sections.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/generator/sections/gen-section.c b/generator/sections/gen-section.c
index 0b07af0..7240145 100644
--- a/generator/sections/gen-section.c
+++ b/generator/sections/gen-section.c
@@ -1,6 +1,6 @@
 /**
  * Describes available section generators to the CPER generator.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include "gen-section.h"
diff --git a/ir-parse.c b/ir-parse.c
index 50c0128..3f6cfef 100644
--- a/ir-parse.c
+++ b/ir-parse.c
@@ -1,6 +1,6 @@
 /**
  * Describes functions for parsing JSON IR CPER data into binary CPER format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/json-schema.c b/json-schema.c
index e0f55c0..8000bda 100644
--- a/json-schema.c
+++ b/json-schema.c
@@ -1,7 +1,7 @@
 /**
  * A very basic, non-complete implementation of a validator for the JSON Schema specification,
  * for validating CPER-JSON.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/sections/cper-section-arm.c b/sections/cper-section-arm.c
index 988a5c9..eba2c8f 100644
--- a/sections/cper-section-arm.c
+++ b/sections/cper-section-arm.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting ARM CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/sections/cper-section-ccix-per.c b/sections/cper-section-ccix-per.c
index 3b08cde..8e43c6d 100644
--- a/sections/cper-section-ccix-per.c
+++ b/sections/cper-section-ccix-per.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting CCIX PER log CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-cxl-component.c b/sections/cper-section-cxl-component.c
index aa5a0d2..9976df2 100644
--- a/sections/cper-section-cxl-component.c
+++ b/sections/cper-section-cxl-component.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting CXL component error CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-cxl-protocol.c b/sections/cper-section-cxl-protocol.c
index 277731a..7aef836 100644
--- a/sections/cper-section-cxl-protocol.c
+++ b/sections/cper-section-cxl-protocol.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting CXL protocol error CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-dmar-generic.c b/sections/cper-section-dmar-generic.c
index affe16a..ef12501 100644
--- a/sections/cper-section-dmar-generic.c
+++ b/sections/cper-section-dmar-generic.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting generic DMAr CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-dmar-iommu.c b/sections/cper-section-dmar-iommu.c
index 1d077a9..0158a0b 100644
--- a/sections/cper-section-dmar-iommu.c
+++ b/sections/cper-section-dmar-iommu.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting IOMMU specific DMAr CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-dmar-vtd.c b/sections/cper-section-dmar-vtd.c
index e51b335..5f4bad9 100644
--- a/sections/cper-section-dmar-vtd.c
+++ b/sections/cper-section-dmar-vtd.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting VT-d specific DMAr CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-firmware.c b/sections/cper-section-firmware.c
index c82a28b..c7b10e0 100644
--- a/sections/cper-section-firmware.c
+++ b/sections/cper-section-firmware.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting firmware CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-generic.c b/sections/cper-section-generic.c
index f9b1fdf..05f790f 100644
--- a/sections/cper-section-generic.c
+++ b/sections/cper-section-generic.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting processor-generic CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/sections/cper-section-ia32x64.c b/sections/cper-section-ia32x64.c
index 7a94c3d..e3ea1b8 100644
--- a/sections/cper-section-ia32x64.c
+++ b/sections/cper-section-ia32x64.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting IA32/x64 CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/sections/cper-section-ipf.c b/sections/cper-section-ipf.c
index 71720d6..dc50b76 100644
--- a/sections/cper-section-ipf.c
+++ b/sections/cper-section-ipf.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting Intel IPF CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-memory.c b/sections/cper-section-memory.c
index 3c27a52..67d0c70 100644
--- a/sections/cper-section-memory.c
+++ b/sections/cper-section-memory.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting memory error CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-pci-bus.c b/sections/cper-section-pci-bus.c
index 2636cd2..bdc6beb 100644
--- a/sections/cper-section-pci-bus.c
+++ b/sections/cper-section-pci-bus.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting PCI/PCI-X bus CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-pci-dev.c b/sections/cper-section-pci-dev.c
index f3bd983..50c073b 100644
--- a/sections/cper-section-pci-dev.c
+++ b/sections/cper-section-pci-dev.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting PCI/PCI-X device CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
diff --git a/sections/cper-section-pcie.c b/sections/cper-section-pcie.c
index 0642996..fe82b16 100644
--- a/sections/cper-section-pcie.c
+++ b/sections/cper-section-pcie.c
@@ -1,7 +1,7 @@
 /**
  * Describes functions for converting PCIe CPER sections from binary and JSON format
  * into an intermediate format.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 #include <stdio.h>
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"
diff --git a/tests/ir-tests.cpp b/tests/ir-tests.cpp
index 542ce8e..6da285b 100644
--- a/tests/ir-tests.cpp
+++ b/tests/ir-tests.cpp
@@ -1,6 +1,6 @@
 /**
  * Defines tests for validating CPER-JSON IR output from the cper-parse library.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/
 
diff --git a/tests/test-utils.cpp b/tests/test-utils.cpp
index c12e335..3837030 100644
--- a/tests/test-utils.cpp
+++ b/tests/test-utils.cpp
@@ -1,6 +1,6 @@
 /**
  * Defines utility functions for testing CPER-JSON IR output from the cper-parse library.
- * 
+ *
  * Author: Lawrence.Tang@arm.com
  **/