1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix indentation.

This commit is contained in:
Maxim Konovalov 2003-03-27 15:00:10 +00:00
parent be1e4c5162
commit 7778283b40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112711

View File

@ -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);