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
**/
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"