diff options
| author | Wolfgang Denk <wd@denx.de> | 2021-09-27 17:42:38 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-09-30 08:08:56 -0400 |
| commit | 0a50b3c97b3408e52589d873d4c7b54ad365a76c (patch) | |
| tree | 6b66bfba9e5bf9c1be213f80cb2cc402578d0318 /tools/asn1_compiler.c | |
| parent | c72231d2729cea8b683ef05d94c986ced36755b3 (diff) | |
WS cleanup: remove trailing white space
Signed-off-by: Wolfgang Denk <wd@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/asn1_compiler.c')
| -rw-r--r-- | tools/asn1_compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn1_compiler.c b/tools/asn1_compiler.c index adabd414526..03fb7e03758 100644 --- a/tools/asn1_compiler.c +++ b/tools/asn1_compiler.c @@ -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 */ |
