From 7799f52a32f592a7efe259bc3411ba52d13db797 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- usr.bin/nm/nm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/nm/nm.c') diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index ce7344eee304..931cbf042326 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -147,7 +147,7 @@ process_file(fname) FILE *fp; int retval; char magic[SARMAG]; - + if (!(fp = fopen(fname, "r"))) { (void)fprintf(stderr, "nm: cannot read %s.\n", fname); return(1); @@ -155,7 +155,7 @@ process_file(fname) if (fcount > 1) (void)printf("\n%s:\n", fname); - + /* * first check whether this is an object file - read a object * header, and skip back to the beginning -- cgit v1.3