Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Sep 16, 2024
1 parent 995686a commit 9363eba
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 215 deletions.
3 changes: 2 additions & 1 deletion distr/flecs.c
Original file line number Diff line number Diff line change
Expand Up @@ -42103,7 +42103,8 @@ int flecs_expr_ser_primitive(
ecs_strbuf_t *str,
bool is_expr);

void flecs_rtt_init_default_hooks(ecs_iter_t *it);
void flecs_rtt_init_default_hooks(
ecs_iter_t *it);

#endif

Expand Down
3 changes: 2 additions & 1 deletion src/addons/meta/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ int flecs_expr_ser_primitive(
ecs_strbuf_t *str,
bool is_expr);

void flecs_rtt_init_default_hooks(ecs_iter_t *it);
void flecs_rtt_init_default_hooks(
ecs_iter_t *it);

#endif

Expand Down
Loading

0 comments on commit 9363eba

Please sign in to comment.