Print a space between the function name and line number.
PR: bin/10980 MFC after: 2 weeks
This commit is contained in:
parent
9e512f5897
commit
1fea34de62
@ -109,7 +109,7 @@ put_entries(node)
|
||||
printf("%s %s %d\n",
|
||||
node->entry, node->file, (node->lno + 63) / 64);
|
||||
else if (xflag)
|
||||
printf("%-16s%4d %-16s %s\n",
|
||||
printf("%-16s %4d %-16s %s\n",
|
||||
node->entry, node->lno, node->file, node->pat);
|
||||
else
|
||||
fprintf(outf, "%s\t%s\t%c^%s%c\n",
|
||||
|
Loading…
Reference in New Issue
Block a user