Skip to content

Commit

Permalink
netdev: code formatting - remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cfconrad committed Jun 1, 2023
1 parent ec8d027 commit d37bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netdev.c
Expand Up @@ -756,7 +756,7 @@ ni_netdev_get_event_uuid(ni_netdev_t *dev, ni_event_t ev)
for (pos = &dev->event_filter; (efp = *pos) != NULL; pos = &efp->next) {
if (efp->event_mask & (1 << ev)) {
static ni_uuid_t ret_uuid;

ret_uuid = efp->uuid;
*pos = efp->next;
__ni_event_filter_free(efp);
Expand Down

0 comments on commit d37bb4f

Please sign in to comment.