Skip to content

Commit

Permalink
You indent this code with spaces, so discard the tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 24, 2024
1 parent 91e7403 commit 628033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdf5_dl.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int check_symbols() {
int init_filter(const char *libname)
{
int retval = -1;
void *handle = NULL;
void *handle = NULL;

handle = dlopen(libname, RTLD_LAZY | RTLD_LOCAL);

Expand Down

0 comments on commit 628033a

Please sign in to comment.