diff options
author | Peter Wu <peter@lekensteyn.nl> | 2016-08-08 10:04:01 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-08-12 21:06:27 (GMT) |
commit | c52087601198f3fb8ec97839e30c6f6309f0d680 (patch) | |
tree | a5646cac6bbe847f242dc4d8853a1257d9a70f84 /lib/route/link/ipvti.c | |
parent | 625c8f13cf793ba61365c510970f4569a483f2ba (diff) | |
download | libnl-c52087601198f3fb8ec97839e30c6f6309f0d680.zip libnl-c52087601198f3fb8ec97839e30c6f6309f0d680.tar.gz libnl-c52087601198f3fb8ec97839e30c6f6309f0d680.tar.bz2 |
trivial: whitespace-only fixes for src and lib
Fixes alignment, lines with just whitespace and mixed tab/space
indentation. Searched, reviewed and optionally fixed in vim using
regex ^\t* [\t ]*\([^*us ]\|$\)\|\t\+$
http://lists.infradead.org/pipermail/libnl/2016-August/002183.html
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/route/link/ipvti.c')
-rw-r--r-- | lib/route/link/ipvti.c | 4 |
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; } |