From 7778283b40794478ce7d1a50ad96c13aeba33bc7 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Thu, 27 Mar 2003 15:00:10 +0000 Subject: [PATCH] Fix indentation. --- sys/netinet/ip_dummynet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c index 63643fd7e1e8..0ea186892486 100644 --- a/sys/netinet/ip_dummynet.c +++ b/sys/netinet/ip_dummynet.c @@ -1556,11 +1556,11 @@ config_pipe(struct dn_pipe *p) } s = splimp(); - x->bandwidth = p->bandwidth ; + x->bandwidth = p->bandwidth ; x->numbytes = 0; /* just in case... */ bcopy(p->if_name, x->if_name, sizeof(p->if_name) ); x->ifp = NULL ; /* reset interface ptr */ - x->delay = p->delay ; + x->delay = p->delay ; set_fs_parms(&(x->fs), pfs);