From 9a4b2aee5dcfaeeb4f39b4a601d35260a3bc70ee Mon Sep 17 00:00:00 2001 From: hoelscher <jens.hoelscher@fh-muenster.de> Date: Tue, 22 Sep 2015 03:33:14 +0200 Subject: [PATCH] Add some whitespaces --- gtests/net/packetdrill/run_system_call.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtests/net/packetdrill/run_system_call.c b/gtests/net/packetdrill/run_system_call.c index 09251370..ccc09349 100644 --- a/gtests/net/packetdrill/run_system_call.c +++ b/gtests/net/packetdrill/run_system_call.c @@ -1658,7 +1658,7 @@ static int syscall_getsockopt(struct state *state, struct syscall_spec *syscall, free(live_optval); return STATUS_ERR; } - if (rtoinfo->srto_initial != initial){ + if (rtoinfo->srto_initial != initial) { asprintf(error, "Bad getsockopt SCTP_RTOINFO initial: expected: %u actual: %u", initial, rtoinfo->srto_initial); free(live_optval); @@ -1669,7 +1669,7 @@ static int syscall_getsockopt(struct state *state, struct syscall_spec *syscall, free(live_optval); return STATUS_ERR; } - if (rtoinfo->srto_max != max){ + if (rtoinfo->srto_max != max) { asprintf(error, "Bad getsockopt SCTP_RTOINFO SRTO_MAX: expected: %u actual: %u", max, rtoinfo->srto_max); free(live_optval); @@ -1680,7 +1680,7 @@ static int syscall_getsockopt(struct state *state, struct syscall_spec *syscall, free(live_optval); return STATUS_ERR; } - if (rtoinfo->srto_min != min){ + if (rtoinfo->srto_min != min) { asprintf(error, "Bad getsockopt SCTP_RTOINFO SRTO_MIN: expected: %u actual: %u", min, rtoinfo->srto_min); free(live_optval); -- GitLab