Skip to content

Commit 51a7a04

Browse files
committed
lints: format
1 parent 47cfbec commit 51a7a04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

uefi/src/table/cfg.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! This module contains the actual entries of the configuration table,
1010
//! as well as GUIDs for many known vendor tables.
11-
//!
11+
//!
1212
//! https://uefi.org/specs/UEFI/2.10/04_EFI_System_Table.html#efi-configuration-table-properties-table
1313
1414
use crate::{guid, Guid};
@@ -18,7 +18,7 @@ use core::ffi::c_void;
1818
/// Contains a set of GUID / pointer for a vendor-specific table.
1919
///
2020
/// The UEFI standard guarantees each entry is unique.
21-
///
21+
///
2222
/// https://uefi.org/specs/UEFI/2.10/04_EFI_System_Table.html#efi-configuration-table
2323
#[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
2424
#[repr(C)]
@@ -60,12 +60,12 @@ impl ConfigTableEntry {
6060
pub const MEMORY_STATUS_CODE_RECORD_GUID: Guid = guid!("060cc026-4c0d-4dda-8f41-595fef00a502");
6161

6262
/// Provides additional information about regions within the run-time memory blocks.
63-
///
63+
///
6464
/// https://uefi.org/specs/UEFI/2.10/04_EFI_System_Table.html#efi-memory-attributes-table
6565
pub const MEMORY_ATTRIBUTES_GUID: Guid = guid!("dcfa911d-26eb-469f-a220-38b7dc461220");
6666

6767
/// Constants used for UEFI signature database variable access.
68-
///
68+
///
6969
/// https://uefi.org/specs/UEFI/2.11/32_Secure_Boot_and_Driver_Signing.html#uefi-image-variable-guid-variable-name
7070
pub const IMAGE_SECURITY_DATABASE_GUID: Guid = guid!("d719b2cb-3d3a-4596-a3bc-dad00e67656f");
7171

0 commit comments

Comments
 (0)