diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:45:17 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:45:17 +0300 |
commit | 3c4886410f035ecf7f1d9d2881be6ec37a0af623 (patch) | |
tree | 5ebda1dcbd27aca8aaf3ce71c9a3f171ee4a2372 | |
parent | 96d7432b074502813351d3579f81ccaa86aa6b50 (diff) | |
download | UEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.tar.gz UEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.tar.bz2 UEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.zip |
Fix formatting in lesson 26
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lesson_26/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Lesson_26/README.md b/Lesson_26/README.md index 1e6163b..16cbc45 100644 --- a/Lesson_26/README.md +++ b/Lesson_26/README.md @@ -45,9 +45,8 @@ As for EFI_CONFIGURATION_TABLE type: EFI_CONFIGURATION_TABLE Summary: -Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System -Table. -Related Definitions +Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table. + typedef struct{ EFI_GUID VendorGuid; VOID *VendorTable; |