libdtrace: fix indendation in dt_printd()
No functional change. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D39145
This commit is contained in:
parent
5b4c0a8114
commit
129d2e06d1
@ -4767,8 +4767,8 @@ dt_printd(dt_node_t *dnp, FILE *fp, int depth)
|
||||
dt_printd(dnp->dn_pred, fp, 0);
|
||||
(void) fprintf(fp, "/\n");
|
||||
}
|
||||
(void) fprintf(fp, "{\n");
|
||||
|
||||
(void) fprintf(fp, "{\n");
|
||||
for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list)
|
||||
dt_printd(arg, fp, depth + 1);
|
||||
(void) fprintf(fp, "}\n");
|
||||
|
Loading…
Reference in New Issue
Block a user