summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2023-04-24 14:18:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-02 11:33:58 +0200
commit18b5f832191f4fe12715523b9d5c4029b2b6082a (patch)
tree831adce6f7009a8f7154ab40e07dc599ca856bbb /commands
parent7236fc815b7fe9f01dad0cd08fa429f49994dcf3 (diff)
downloadbarebox-18b5f832191f4fe12715523b9d5c4029b2b6082a.tar.gz
barebox-18b5f832191f4fe12715523b9d5c4029b2b6082a.tar.xz
treewide: drop trailing space
Found by manual inspection of the output of: rg '\s+$' | rg -v dts/ Patch can be verified by observing that no diff results from: git show --ignore-space-at-eol Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20230424121805.150434-4-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/of_overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/of_overlay.c b/commands/of_overlay.c
index b80f371c5c..b0ca57749b 100644
--- a/commands/of_overlay.c
+++ b/commands/of_overlay.c
@@ -36,7 +36,7 @@ static int do_of_overlay(int argc, char *argv[])
printf("Support for live tree overlays is disabled. Enable CONFIG_OF_OVERLAY_LIVE\n");
return 1;
}
-
+
fdt = read_file(argv[optind], &size);
if (!fdt) {
printf("cannot read %s\n", argv[optind]);