1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 17:22:22 +02:00

WS cleanup: remove trailing white space

Signed-off-by: Wolfgang Denk <wd@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Wolfgang Denk
2021-09-27 17:42:38 +02:00
committed by Tom Rini
parent c72231d272
commit 0a50b3c97b
32 changed files with 56 additions and 56 deletions

View File

@@ -427,7 +427,7 @@ static void tokenise(char *buffer, char *end)
}
memcpy(tokens[tix].content, start, tokens[tix].size);
tokens[tix].content[tokens[tix].size] = 0;
/* If it begins with a lowercase letter then
* it's an element name
*/