Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 20, 2024
1 parent d0cead6 commit 920891b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,8 @@ int8_t z_get(const z_loaned_session_t *zs, const z_loaned_keyexpr_t *keyexpr, co
z_bytes_drop(opt.payload);
z_encoding_drop(opt.encoding);
z_bytes_drop(opt.attachment);
z_internal_closure_reply_null(&callback->_this); // call and drop passed to _z_query, so we nullify the closure here
z_internal_closure_reply_null(
&callback->_this); // call and drop passed to _z_query, so we nullify the closure here
return ret;
}

Expand Down

0 comments on commit 920891b

Please sign in to comment.