diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-09-27 12:34:07 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-09-27 12:34:07 +0000 |
commit | 03e0c316e0aa34577b574e09ec860a0b08a7049a (patch) | |
tree | d8b359190a23dc76bc755513096281ff7f13a606 | |
parent | 9e01a663735939d240031cfdb37ebd89789c3eb8 (diff) |
whitepspace fix
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index b57ae6941e5..762493cad81 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.102 2018/08/29 08:43:17 remi Exp $ */ +/* $OpenBSD: ospfe.c,v 1.103 2018/09/27 12:34:06 benno Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -466,7 +466,7 @@ ospfe_dispatch_main(int fd, short event, void *bula) TAILQ_INIT(&ctl_conns); control_listen(); if (pledge("stdio inet mcast", NULL) == -1) - fatal("pledge"); + fatal("pledge"); break; default: log_debug("ospfe_dispatch_main: error handling imsg %d", |