Skip to content

Commit

Permalink
tree-wide: pre-commit autofixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan authored and miczyg1 committed Sep 25, 2023
1 parent 949f923 commit bbbbb7d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DasharoBootPolicies/BootPolicies.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*++
Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
SPDX-License-Identifier: BSD-2-Clause-Patent
--*/

/** @file
Expand Down
4 changes: 2 additions & 2 deletions DasharoBootPolicies/BootPolicies.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*++
Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
SPDX-License-Identifier: BSD-2-Clause-Patent
--*/

/** @file
Expand Down
2 changes: 1 addition & 1 deletion DasharoBootPolicies/DasharoBootPolicies.inf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
#
# Copyright (c) 1999 - 2019, Intel Corporation. All rights reserved
#
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
Expand Down
1 change: 0 additions & 1 deletion DasharoModulePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@
# a platform-specific method (e.g. Board Jumper set) in a actual platform in early boot phase.<BR><BR>
# @Prompt The password clear status
gUserAuthFeaturePkgTokenSpaceGuid.PcdPasswordCleared|FALSE|BOOLEAN|0xF0000001

Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ formset
flags = CHECKBOX_DEFAULT | RESET_REQUIRED,
endcheckbox;
endif;

checkbox varid = FeaturesData.EnableWifiBt,
prompt = STRING_TOKEN(STR_WIFI_BT_ENABLE_PROMPT),
help = STRING_TOKEN(STR_WIFI_BT_ENABLE_HELP),
Expand Down
1 change: 0 additions & 1 deletion Library/PlatformPasswordLibNull/PlatformPasswordLibNull.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ PlatformPasswordLibNullConstructor (

return EFI_SUCCESS;
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
#string STR_MODULE_ABSTRACT #language en-US "NULL platform password library instance that returns the password clear state based upon PCD."

#string STR_MODULE_DESCRIPTION #language en-US "NULL PlatformPasswordLib instance does NOT really detect whether the password is cleared but returns the PCD value directly. This instance can be used to verify security related features during platform enabling and development. It should be replaced by a platform-specific method(e.g. Button pressed) in a real platform for product."

1 change: 0 additions & 1 deletion UserAuthenticationDxe/KeyService.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ KeyLibGeneratePBKDF2Hash (
);

#endif

1 change: 0 additions & 1 deletion UserAuthenticationDxe/UserAuthenticationDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,4 +770,3 @@ UserAuthenticationUnload (

return EFI_SUCCESS;
}

1 change: 0 additions & 1 deletion UserAuthenticationDxe/UserAuthenticationDxeStrings.uni
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
#language fr-FR "Admin Password Status"
#string STR_ADMIN_PASSWORD_STS_CONTENT #language en-US ""
#language fr-FR ""

0 comments on commit bbbbb7d

Please sign in to comment.