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