Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Jan 24, 2025
1 parent cfcf681 commit a85af56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trace/impl/src/trace_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ void lf_tracing_global_init(char* process_name, char* process_names, int fedid,
process_id = fedid;
char filename[100];

// When tracing transient federates, a new trace file is created for each execution. For this, the function
// checks for file existance. If the file exists, the function appends a number to the file name and checks
// When tracing transient federates, a new trace file is created for each execution. For this, the function
// checks for file existance. If the file exists, the function appends a number to the file name and checks
// again.
int iter = 0;
bool file_exists = false;
Expand Down

0 comments on commit a85af56

Please sign in to comment.