Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Nov 21, 2024
1 parent 218d6e8 commit 8aa5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reactor-uc/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ typedef struct FederatedInputConnection FederatedInputConnection;
void lf_exit(void) { Environment_free(&env); } \
void lf_start() { \
DynamicScheduler_ctor(&scheduler, &env); \
Environment_ctor(&env, &scheduler.super, (Reactor *)&main_reactor); \
Environment_ctor(&env, &scheduler.super, (Reactor *)&main_reactor); \
env.scheduler->duration = Timeout; \
env.scheduler->keep_alive = KeepAlive; \
scheduler.leader = IsLeader; \
Expand Down

0 comments on commit 8aa5748

Please sign in to comment.