platform: fix some tabs-vs-spaces
The nla_policy struct declarations for GRE, etc, were originally copied from the kernel sources, where they used tabs to align the "=" columns. Fix them to use spaces instead.
This commit is contained in:
The nla_policy struct declarations for GRE, etc, were originally copied from the kernel sources, where they used tabs to align the "=" columns. Fix them to use spaces instead.