Commit e0124640 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Whitespace

parent 14be1946
......@@ -822,7 +822,7 @@ do_stat_dump_cb(void *priv, const struct VSC_point * const pt)
u = *(const volatile uint64_t*)pt->ptr;
strcpy(buf, pt->section->type);
if (pt->section->ident[0] != '\0')
if (pt->section->ident[0] != '\0')
bprintf(buf, ".%s.%s", pt->section->ident, pt->desc->name);
else
bprintf(buf, ".%s", pt->desc->name);
......
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