bin/185846: [patch] bin/sleep/sleep.c - remove unnecessary blank line

Maciej Sobczak prog at msobczak.com
Fri Jan 17 14:50:00 UTC 2014


>Number:         185846
>Category:       bin
>Synopsis:       [patch] bin/sleep/sleep.c - remove unnecessary blank line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 14:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Maciej Sobczak
>Release:        CURRENT
>Organization:
>Environment:
>Description:
The bin/sleep/sleep.c source file contains unnecessary blank line in the usage function.

>How-To-Repeat:

>Fix:
The attached patch file is relative to /usr/src.


Patch attached with submission follows:

Index: bin/sleep/sleep.c
===================================================================
--- bin/sleep/sleep.c	(revision 260825)
+++ bin/sleep/sleep.c	(working copy)
@@ -103,7 +103,6 @@
 static void
 usage(void)
 {
-
 	fprintf(stderr, "usage: sleep seconds\n");
 	exit(1);
 }


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list