Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netipsec Fix indentation
details: https://anonhg.NetBSD.org/src/rev/1c2f3032ee5f
branches: trunk
changeset: 355338:1c2f3032ee5f
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Wed Jul 26 07:39:54 2017 +0000
description:
Fix indentation
Pointed out by knakahara@
diffstat:
sys/netipsec/ipsec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 3e462182e7bf -r 1c2f3032ee5f sys/netipsec/ipsec.c
--- a/sys/netipsec/ipsec.c Wed Jul 26 06:48:49 2017 +0000
+++ b/sys/netipsec/ipsec.c Wed Jul 26 07:39:54 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec.c,v 1.111 2017/07/26 03:59:59 ozaki-r Exp $ */
+/* $NetBSD: ipsec.c,v 1.112 2017/07/26 07:39:54 ozaki-r Exp $ */
/* $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/netipsec/ipsec.c,v 1.2.2.2 2003/07/01 01:38:13 sam Exp $ */
/* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.111 2017/07/26 03:59:59 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.112 2017/07/26 07:39:54 ozaki-r Exp $");
/*
* IPsec controller part.
@@ -700,8 +700,8 @@
KEY_FREESP(&sp);
splx(s);
return 0;
+ }
}
- }
/*
* Preserve KAME behaviour: ENOENT can be returned
* when an SA acquire is in progress. Don't propagate
Home |
Main Index |
Thread Index |
Old Index