diff options
author | ache <ache@FreeBSD.org> | 2010-01-20 07:27:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2010-01-20 07:27:56 +0000 |
commit | d9e0a6f31b1a51c571cb2c93fb0adc9399103942 (patch) | |
tree | 65e3c8de5c99ca8bf572dd0cacea201029544e37 /lib/libc | |
parent | 63e657497ca1aa33873910e8ce0feb3d2defa2f2 (diff) | |
download | FreeBSD-src-d9e0a6f31b1a51c571cb2c93fb0adc9399103942.zip FreeBSD-src-d9e0a6f31b1a51c571cb2c93fb0adc9399103942.tar.gz |
Style: remove extra empty line in the comment.
Pointed by: bde
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/scandir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index 2c86aa5..2c1bee8 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -126,7 +126,6 @@ fail: /* * Alphabetic order comparison routine for those who want it. - * * POSIX 2008 requires the alphasort() to use strcoll(). */ int |