Skip to content

Commit

Permalink
Delete double space
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 16, 2024
1 parent 8c94f33 commit 5b75d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void free_trusted_setup(KZGSettings *s) {

/*
* If for whatever reason we accidentally call free_trusted_setup() on an uninitialized
* structure, we don't want to deference these 2d arrays. Without these NULL checks, it's
* structure, we don't want to deference these 2d arrays. Without these NULL checks, it's
* possible for there to be a segmentation fault via null pointer dereference.
*/
if (s->x_ext_fft_columns != NULL) {
Expand Down

0 comments on commit 5b75d6c

Please sign in to comment.