Skip to content

Commit 39215e9

Browse files
clang-formatted my change
1 parent 1a434f6 commit 39215e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkg_editor/src/zlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void *zlib_load_library() {
8787
return library;
8888
#else
8989
void *dlopen_handle = (void *)dlopen("libz.so.1", RTLD_NOW);
90-
if ( dlopen_handle == NULL ) {
90+
if (dlopen_handle == NULL) {
9191
return dlopen("libz.so", RTLD_NOW);
9292
} else {
9393
return dlopen_handle;

0 commit comments

Comments
 (0)