From 194b6e91ab3be839927b17f4c7f5e931ffa376f6 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 23 May 2023 18:12:01 +0200 Subject: [PATCH] You indent this code with spaces, so discard the tab --- src/hdf5_dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdf5_dl.c b/src/hdf5_dl.c index 2ab778b..a4dfa01 100644 --- a/src/hdf5_dl.c +++ b/src/hdf5_dl.c @@ -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);