diff mbox series

[meta-oe,1/3] signing.bbclass: remove trailing white space

Message ID 20260304153143.3886815-1-jlu@pengutronix.de
State New
Headers show
Series [meta-oe,1/3] signing.bbclass: remove trailing white space | expand

Commit Message

Jan Luebbe March 4, 2026, 3:31 p.m. UTC
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 meta-oe/classes/signing.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/classes/signing.bbclass b/meta-oe/classes/signing.bbclass
index b35184398a45..cb54b55641da 100644
--- a/meta-oe/classes/signing.bbclass
+++ b/meta-oe/classes/signing.bbclass
@@ -19,7 +19,7 @@ 
 # build system level, this class takes the approach of always using PKCS #11 at
 # the recipe level. For cases where the keys are available as files (i.e. test
 # keys in CI), they are imported into SoftHSM (a HSM emulation library).
-# 
+#
 # Recipes access the available keys via a specific role. So, depending on
 # whether we're building during development or for release, a given role can
 # refer to different keys.
@@ -33,7 +33,7 @@ 
 #   SIGNING_PKCS11_MODULE[fit] = "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so"
 #
 # Examples for defining roles and importing keys:
-# 
+#
 #   meta-code-signing/recipes-security/signing-keys/dummy-rsa-key-native.bb
 #   meta-code-signing-demo/recipes-security/ptx-dev-keys/ptx-dev-keys-native_git.bb
 #