summaryrefslogtreecommitdiff
path: root/lib/xfrm/sa.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-08-08 12:04:01 +0200
committerThomas Haller <thaller@redhat.com>2016-08-12 23:06:27 +0200
commitc52087601198f3fb8ec97839e30c6f6309f0d680 (patch)
treea5646cac6bbe847f242dc4d8853a1257d9a70f84 /lib/xfrm/sa.c
parent625c8f13cf793ba61365c510970f4569a483f2ba (diff)
downloadlibnl-c52087601198f3fb8ec97839e30c6f6309f0d680.tar.gz
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/xfrm/sa.c')
-rw-r--r--lib/xfrm/sa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xfrm/sa.c b/lib/xfrm/sa.c
index 1c0888b9..74b7ee98 100644
--- a/lib/xfrm/sa.c
+++ b/lib/xfrm/sa.c
@@ -1067,8 +1067,8 @@ int xfrmnl_sa_get_kernel(struct nl_sock* sock, struct nl_addr* daddr, unsigned i
*result = (struct xfrmnl_sa *) obj;
/* If an object has been returned, we also need to wait for the ACK */
- if (err == 0 && obj)
- nl_wait_for_ack(sock);
+ if (err == 0 && obj)
+ nl_wait_for_ack(sock);
return 0;
}