From d0238cb7355626d7238314a6398b702c5865268d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 8 Oct 2021 15:52:43 +0900 Subject: [PATCH] lsfd: (filter) whitespace cleanup Signed-off-by: Masatake YAMATO --- misc-utils/lsfd-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd-filter.c b/misc-utils/lsfd-filter.c index 318f6886f1..bf3a74799a 100644 --- a/misc-utils/lsfd-filter.c +++ b/misc-utils/lsfd-filter.c @@ -553,7 +553,7 @@ static struct token *parser_read(struct parser *parser) parser_read_str(parser, t, c); break; default: - if (isalpha ((unsigned char)c) || c == '_') { + if (isalpha((unsigned char)c) || c == '_') { xstrputc(&t->val.str, c); parser_read_name(parser, t); if (strcmp(t->val.str, "true") == 0) { -- 2.47.3