summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2021-02-14 13:52:00 -0700
committerMartin Roth <martinroth@google.com>2021-02-17 17:30:05 +0000
commit5c7341331dd6fbb4dd9aaaa68693b83c3d47fe66 (patch)
tree8ff0b45a117f1fa4db7e2d8477c5cc7a8c0e80c1 /src/vendorcode
parent175e4c59a0025dc4636669734ae4ed756cb1af5f (diff)
downloadcoreboot-5c7341331dd6fbb4dd9aaaa68693b83c3d47fe66.tar.xz
treewide: Remove trailing whitespace
Remove trailing whitespace in files that aren't typically checked. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I8dfffbdeaadfa694fef0404719643803df601065 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50704 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/intel/edk2/edk2-stable202005/IntelFsp2Pkg/Include/FspEas/FspApi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/intel/edk2/edk2-stable202005/IntelFsp2Pkg/Include/FspEas/FspApi.h b/src/vendorcode/intel/edk2/edk2-stable202005/IntelFsp2Pkg/Include/FspEas/FspApi.h
index 8314f0b979..5576f41d4e 100644
--- a/src/vendorcode/intel/edk2/edk2-stable202005/IntelFsp2Pkg/Include/FspEas/FspApi.h
+++ b/src/vendorcode/intel/edk2/edk2-stable202005/IntelFsp2Pkg/Include/FspEas/FspApi.h
@@ -171,7 +171,7 @@ typedef struct {
/// This value is only valid if Revision is >= 2.
///
/// Note: This ought to be FSP_EVENT_HANDLER*, but that won't allow calling this binary on x86_64.
- ///
+ ///
UINT32 FspEventHandler;
UINT8 Reserved1[4];
} FSPM_ARCH_UPD;