diff mbox series

[4/5] conf: fix trailing whitespace

Message ID 20260813191615.34122-5-jaipaul.cheernam@est.tech
State Under Review
Headers show
Series meta: fix trailing whitespace across classes, conf and recipes | expand

Commit Message

Jaipaul Cheernam Aug. 13, 2026, 7:16 p.m. UTC
Fix trailing whitespace in conf files and local.conf.sample template
to resolve bitbake parsing warnings.

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 meta/conf/abi_version.conf                    | 4 ++--
 meta/conf/templates/default/local.conf.sample | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index ac97752c97..3488363a6a 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -1,7 +1,7 @@ 
 #
-# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in 
+# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
 # an incompatible way. Such changes should usually be detailed in the commit
-# that breaks the format and have been previously discussed on the mailing list 
+# that breaks the format and have been previously discussed on the mailing list
 # with general agreement from the core team.
 #
 OELAYOUT_ABI = "15"
diff --git a/meta/conf/templates/default/local.conf.sample b/meta/conf/templates/default/local.conf.sample
index 2b837806b1..935699929c 100644
--- a/meta/conf/templates/default/local.conf.sample
+++ b/meta/conf/templates/default/local.conf.sample
@@ -220,7 +220,7 @@  BB_DISKMON_DIRS ??= "\
 #
 # By default native qemu will build with a builtin VNC server and a SDL UI frontend
 # where graphical output can be seen.
-# By default libsdl2-native will be built, if you want to use your host's libSDL instead of 
+# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
 # the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
 #ASSUME_PROVIDED += "libsdl2-native"