From owner-svn-src-head@FreeBSD.ORG Tue Jul 3 19:11:39 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D1641065670; Tue, 3 Jul 2012 19:11:39 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6B11B8FC0A; Tue, 3 Jul 2012 19:11:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q63JBdwL065587; Tue, 3 Jul 2012 19:11:39 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q63JBdeu065585; Tue, 3 Jul 2012 19:11:39 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201207031911.q63JBdeu065585@svn.freebsd.org> From: Mikolaj Golub Date: Tue, 3 Jul 2012 19:11:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238086 - head/usr.bin/procstat X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 19:11:39 -0000 Author: trociny Date: Tue Jul 3 19:11:38 2012 New Revision: 238086 URL: http://svn.freebsd.org/changeset/base/238086 Log: Fix style. MFC after: 3 days Modified: head/usr.bin/procstat/procstat_rlimit.c Modified: head/usr.bin/procstat/procstat_rlimit.c ============================================================================== --- head/usr.bin/procstat/procstat_rlimit.c Tue Jul 3 19:08:02 2012 (r238085) +++ head/usr.bin/procstat/procstat_rlimit.c Tue Jul 3 19:11:38 2012 (r238086) @@ -66,8 +66,8 @@ static struct { #error "Resource limits have grown. Add new entries to rlimit_param[]." #endif -static -const char *humanize_rlimit(int indx, rlim_t limit) +static const char * +humanize_rlimit(int indx, rlim_t limit) { static char buf[14]; int scale;