From dcd7f7de3f1495ca73830e053ad723d1f01abc12 Mon Sep 17 00:00:00 2001 From: Igor Sobrado Date: Fri, 19 Jun 2009 09:40:44 +0000 Subject: format comment so source code fits on a 80-column display. --- usr.bin/strip/strip.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 506d0c5c4ae..f190031c58f 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strip.c,v 1.24 2007/09/02 15:19:34 deraadt Exp $ */ +/* $OpenBSD: strip.c,v 1.25 2009/06/19 09:40:43 sobrado Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -37,7 +37,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ -static char rcsid[] = "$OpenBSD: strip.c,v 1.24 2007/09/02 15:19:34 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: strip.c,v 1.25 2009/06/19 09:40:43 sobrado Exp $"; #endif /* not lint */ #include @@ -133,8 +133,10 @@ main(int argc, char *argv[]) (void)close(fd); ERROR(EFTYPE); } - /* since we're dealing with an mmap there, we have to convert once - for dealing with data in memory, and a second time for out + /* + * Since we're dealing with an mmap there, we have to convert + * once for dealing with data in memory, and a second time + * for out. */ fix_header_order(ep); newsize = 0; -- cgit v1.2.3