bootstd: Fix comment in bootmeth test
[platform/kernel/u-boot.git] / tools / asn1_compiler.c
index adabd41..03fb7e0 100644 (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
                                 */