summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-09-15 11:33:20 +0200
committeranlan_cs <vic.lan@pica8.com>2022-09-16 04:41:13 +0200
commit924eb45a469da616dedd9dcd26c8fa5d5025bdcd (patch)
tree3d70c0023c5fd533def496ce978a7f2a3c486954 /include
parentMerge pull request #11949 from donaldsharp/plist_deletion_failure (diff)
downloadfrr-924eb45a469da616dedd9dcd26c8fa5d5025bdcd.tar.xz
frr-924eb45a469da616dedd9dcd26c8fa5d5025bdcd.zip
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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
index b15b72a26..71ad7bf69 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)