]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
style(9): Correct whitespace in struct definitions
authorBrooks Davis <brooks@FreeBSD.org>
Fri, 11 Dec 2020 01:00:07 +0000 (01:00 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Fri, 11 Dec 2020 01:00:07 +0000 (01:00 +0000)
commitf3f2ee76adcd673fd867b1560852e14b0fe3fdbf
treebf1ff5e98548bd0707c7b3ae50563baee8b109f6
parentd7b665dfd7a63572b5dd2b389d23d3a4c844a606
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".

MFC after: 3 days
sys/net/if.h