diff options
| author | anlan_cs <vic.lan@pica8.com> | 2022-09-15 05:33:20 -0400 | 
|---|---|---|
| committer | anlan_cs <vic.lan@pica8.com> | 2022-09-15 22:41:13 -0400 | 
| commit | 924eb45a469da616dedd9dcd26c8fa5d5025bdcd (patch) | |
| tree | 3d70c0023c5fd533def496ce978a7f2a3c486954 /include | |
| parent | a05ae6c440131e7ef6db23e9738101495335175b (diff) | |
include: clean up some white spaces
Found some extra spaces, clean up them with uniform format.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/rtnetlink.h | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index b15b72a262..71ad7bf69e 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -188,12 +188,12 @@ enum {          RTM_SETHWFLAGS = 119,  #define RTM_SETHWFLAGS RTM_SETHWFLAGS -        RTM_NEWTUNNEL = 120, -#define RTM_NEWTUNNEL  RTM_NEWTUNNEL -        RTM_DELTUNNEL, -#define RTM_DELTUNNEL  RTM_DELTUNNEL -        RTM_GETTUNNEL, -#define RTM_GETTUNNEL  RTM_GETTUNNEL +	RTM_NEWTUNNEL = 120, +#define RTM_NEWTUNNEL	RTM_NEWTUNNEL +	RTM_DELTUNNEL, +#define RTM_DELTUNNEL	RTM_DELTUNNEL +	RTM_GETTUNNEL, +#define RTM_GETTUNNEL	RTM_GETTUNNEL  	__RTM_MAX,  #define RTM_MAX		(((__RTM_MAX + 3) & ~3) - 1)  | 
