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/957f931540dc
branches: trunk
changeset: 359312:957f931540dc
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 67ee1faedc7c -r 957f931540dc 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