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
This commit is contained in:
Brooks Davis 2020-12-11 01:00:07 +00:00 committed by Sebastian Huber
parent 3f7425e8bb
commit 70b6efc47d
1 changed files with 7 additions and 7 deletions