Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Jun 3, 2024
1 parent 7e263a9 commit 6918df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/roaring/roaring64.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typedef struct roaring64_bulk_context_s {
/**
* Initialize a bulk context to zero.
*/
void roaring64_bulk_context_init(roaring64_bulk_context_t * context);
void roaring64_bulk_context_init(roaring64_bulk_context_t *context);

/**
* Dynamically allocates a new bitmap (initially empty).
Expand Down

0 comments on commit 6918df0

Please sign in to comment.