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