Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 07:27:57 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202677 - head/lib/libc/gen
Message-ID:  <201001200727.o0K7Rvrf045239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Wed Jan 20 07:27:56 2010
New Revision: 202677
URL: http://svn.freebsd.org/changeset/base/202677

Log:
  Style: remove extra empty line in the comment.
  
  Pointed by:     bde

Modified:
  head/lib/libc/gen/scandir.c

Modified: head/lib/libc/gen/scandir.c
==============================================================================
--- head/lib/libc/gen/scandir.c	Wed Jan 20 06:30:40 2010	(r202676)
+++ head/lib/libc/gen/scandir.c	Wed Jan 20 07:27:56 2010	(r202677)
@@ -126,7 +126,6 @@ fail:
 
 /*
  * Alphabetic order comparison routine for those who want it.
- *
  * POSIX 2008 requires the alphasort() to use strcoll().
  */
 int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001200727.o0K7Rvrf045239>