]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r368543:
authorBrooks Davis <brooks@FreeBSD.org>
Mon, 14 Dec 2020 21:56:15 +0000 (21:56 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 14 Dec 2020 21:56:15 +0000 (21:56 +0000)
commit70fe0fdb6067c0691bcc1aea8a59268149f9fbe3
tree8d4c3e11fe07f943e5cdfafe4ca02593cf237b5d
parent2426d0d1188220a8f4a7e6846e033e2ddf4fccf4
MFC r368543:

style(9): Correct whitespace in struct definitions

struct ifconf and struct ifreq use the odd style "struct<tab>foo".
struct ifdrv seems to have tried to follow this but was committed with
spaces in place of most tabs resulting in "struct<space><space>ifdrv".
sys/net/if.h