summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-10 07:24:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-10 07:24:39 +0000
commit095458d5966971344079484f99a2c08d1cfd598d (patch)
tree33fde136139865832050d1f711026d4e89801591 /usr.sbin
parent670573c4620acd7a3c69e2f90038c1f75cd7e002 (diff)
kill the whitespace.. kill the whitespace..
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rebound/rebound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rebound/rebound.c b/usr.sbin/rebound/rebound.c
index ac5d862fe41..54629c1fdf6 100644
--- a/usr.sbin/rebound/rebound.c
+++ b/usr.sbin/rebound/rebound.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rebound.c,v 1.41 2015/11/01 13:59:44 reyk Exp $ */
+/* $OpenBSD: rebound.c,v 1.42 2015/11/10 07:24:38 deraadt Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@ -322,7 +322,7 @@ tcpphasetwo(struct request *req)
socklen_t len = sizeof(error);
req->tcp = 2;
-
+
if (getsockopt(req->s, SOL_SOCKET, SO_ERROR, &error, &len) == -1 ||
error != 0)
goto fail;