mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Cosmetic fix (make header align with data)
This commit is contained in:
parent
ebc4b7c4fb
commit
9b84d62900
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40980
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: kldstat.c,v 1.4 1998/01/05 07:09:28 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
@ -111,7 +111,7 @@ main(int argc, char** argv)
|
||||
err(1, "can't find file %s", filename);
|
||||
}
|
||||
|
||||
printf("Id Refs Address Size Name\n");
|
||||
printf("Id Refs Address Size Name\n");
|
||||
if (fileid)
|
||||
printfile(fileid, verbose);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user