Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Indent.



details:   https://anonhg.NetBSD.org/src/rev/9bf3637b3022
branches:  trunk
changeset: 323867:9bf3637b3022
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jul 04 07:38:38 2018 +0000

description:
Indent.

diffstat:

 lib/libc/stdio/fgetln.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 91944892bd02 -r 9bf3637b3022 lib/libc/stdio/fgetln.3
--- a/lib/libc/stdio/fgetln.3   Wed Jul 04 07:25:47 2018 +0000
+++ b/lib/libc/stdio/fgetln.3   Wed Jul 04 07:38:38 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fgetln.3,v 1.15 2014/06/19 14:27:50 christos Exp $
+.\"    $NetBSD: fgetln.3,v 1.16 2018/07/04 07:38:38 msaitoh Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)fgetln.3   8.3 (Berkeley) 4/19/94
 .\"
-.Dd June 19, 2014
+.Dd July 4, 2018
 .Dt FGETLN 3
 .Os
 .Sh NAME
@@ -138,7 +138,7 @@
                if (len > 0 && buf[len - 1] == '\en')
                        buf[len - 1] = '\e0';
                else if ((lbuf = strndup(buf, len + 1)) == NULL)
-                               err(1, NULL);
+                       err(1, NULL);
                printf("%s\en", lbuf);
 
                if (lbuf != buf)



Home | Main Index | Thread Index | Old Index