summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/session.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-23 19:14:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-23 19:14:50 +0000
commit59c4a1cc1296ea258ae7b7c86aca3cced0776b24 (patch)
tree885b92a98e131eac1991e791d93b10b0e4018636 /usr.sbin/bgpd/session.c
parent76f86f098565f5ee65a177a8a9f7c785f7a97fb4 (diff)
spacing
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r--usr.sbin/bgpd/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c
index eabb57d0af2..167b0fdc150 100644
--- a/usr.sbin/bgpd/session.c
+++ b/usr.sbin/bgpd/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.31 2003/12/23 18:41:32 henning Exp $ */
+/* $OpenBSD: session.c,v 1.32 2003/12/23 19:14:49 deraadt Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -119,7 +119,7 @@ setup_listener(void)
close(fd);
return (-1);
}
-
+
return (fd);
}