summaryrefslogtreecommitdiffstats
path: root/lib/route/link/ipvti.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/link/ipvti.c')
-rw-r--r--lib/route/link/ipvti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/route/link/ipvti.c b/lib/route/link/ipvti.c
index 7021a94..edf71f5 100644
--- a/lib/route/link/ipvti.c
+++ b/lib/route/link/ipvti.c
@@ -1,4 +1,4 @@
- /*
+/*
* lib/route/link/ipvti.c IPVTI Link Info
*
* This library is free software; you can redistribute it and/or
@@ -118,7 +118,7 @@ static int ipvti_parse(struct rtnl_link *link, struct nlattr *data,
err = 0;
- errout:
+errout:
return err;
}