Fix whitespace and move ok assignment

This commit is contained in:
Julian Kornberger 2016-12-22 23:15:13 +01:00
parent 5001912221
commit 742ac14b21
2 changed files with 5 additions and 3 deletions

View File

@ -100,7 +100,7 @@ abort:
} }
bool get_airtime(struct airtime_result *result, int ifx) { bool get_airtime(struct airtime_result *result, int ifx) {
bool ok = true; bool ok;
int ctrl; int ctrl;
struct nl_sock *sk = NULL; struct nl_sock *sk = NULL;
struct nl_msg *msg = NULL; struct nl_msg *msg = NULL;
@ -123,6 +123,8 @@ bool get_airtime(struct airtime_result *result, int ifx) {
#undef CHECK #undef CHECK
ok = true;
nla_put_failure: nla_put_failure:
out: out:
if (msg) if (msg)