From nobody@FreeBSD.org  Fri Jan 17 14:48:21 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id DAB63C6F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Jan 2014 14:48:21 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C70641998
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Jan 2014 14:48:21 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0HEmLZQ039144
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Jan 2014 14:48:21 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0HEmLoK039138;
	Fri, 17 Jan 2014 14:48:21 GMT
	(envelope-from nobody)
Message-Id: <201401171448.s0HEmLoK039138@oldred.freebsd.org>
Date: Fri, 17 Jan 2014 14:48:21 GMT
From: Maciej Sobczak <prog@msobczak.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] bin/sleep/sleep.c - remove unnecessary blank line
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 14:50:00 UTC 2014
>Closed-Date:    Sat Jan 18 00:24:25 UTC 2014
>Last-Modified:  Sat Jan 18 00:30:00 UTC 2014
>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:
State-Changed-From-To: open->closed 
State-Changed-By: mjg 
State-Changed-When: Sat Jan 18 00:24:24 UTC 2014 
State-Changed-Why:  
not a bug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185846 

From: Mateusz Guzik <mjguzik@gmail.com>
To: bug-followup@freebsd.org, Maciej Sobczak <prog@msobczak.com>
Cc:  
Subject: Re: bin/185846: [patch] bin/sleep/sleep.c - remove unnecessary blank
 line
Date: Sat, 18 Jan 2014 01:23:47 +0100

 Hello,
 
 this line is intentional, see:
 
 http://www.freebsd.org/cgi/man.cgi?query=style&sektion=9
 
 Additionaly you can note that another function in the file also has
 similar a blank line at the beginning (report_request).
 
 -- 
 Mateusz Guzik <mjguzik gmail.com>
>Unformatted:
