Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 13, 2024
1 parent e348e73 commit ed5b5b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/environment.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ void not_useful_function(const char *msg) {
bools[i] = false;
} else {
bools[i] = true;
data[0] = (struct UsingSomeData) {
.array = { 0 }
};
data[0] = (struct UsingSomeData){.array = {0}};
}
}
}
Expand Down

0 comments on commit ed5b5b9

Please sign in to comment.