Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/syslogd Correct misleading indentation.



details:   https://anonhg.NetBSD.org/src/rev/570295b41588
branches:  trunk
changeset: 829613:570295b41588
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Feb 06 22:04:22 2018 +0000

description:
Correct misleading indentation.

diffstat:

 usr.sbin/syslogd/tls.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 1f89f7793590 -r 570295b41588 usr.sbin/syslogd/tls.c
--- a/usr.sbin/syslogd/tls.c    Tue Feb 06 21:36:46 2018 +0000
+++ b/usr.sbin/syslogd/tls.c    Tue Feb 06 22:04:22 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tls.c,v 1.14 2018/02/06 21:36:46 christos Exp $        */
+/*     $NetBSD: tls.c,v 1.15 2018/02/06 22:04:22 maya Exp $    */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tls.c,v 1.14 2018/02/06 21:36:46 christos Exp $");
+__RCSID("$NetBSD: tls.c,v 1.15 2018/02/06 22:04:22 maya Exp $");
 
 #ifndef DISABLE_TLS
 #include <sys/stat.h>
@@ -116,8 +116,8 @@
                goto out;
        return dh;
 out:
-               DH_free(dh);
-               return NULL;
+       DH_free(dh);
+       return NULL;
 }
 
 #define ST_CHANGE(x, y) do {                                   \



Home | Main Index | Thread Index | Old Index