Unverified Commit d1c87cc1 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Nils Goroll

[vstat] remove useless if

parent f1392d0f
......@@ -123,9 +123,6 @@ do_json_cb(void *priv, const struct VSC_point * const pt)
printf("\"format\": \"%c\",\n", pt->format);
printf(" \"value\": %ju", (uintmax_t)val);
printf("\n }");
if (*jp)
printf("\n");
return (0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment