Skip to content

Commit

Permalink
shared: Fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wagner authored and pfl committed Aug 7, 2013
1 parent 7cc0e05 commit aa1e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/netlink.c
Expand Up @@ -513,7 +513,7 @@ bool netlink_cancel(struct netlink_info *netlink, unsigned int id)
return false;

if (!netlink->command_queue ||
!netlink->command_pending||
!netlink->command_pending ||
!netlink->command_lookup)
return false;

Expand Down

0 comments on commit aa1e9fb

Please sign in to comment.