Remove useless space from moduleLoad().
This commit is contained in:
parent
c227f5e7bd
commit
476333d192
@ -6985,7 +6985,7 @@ int moduleLoad(const char *path, void **module_argv, int module_argc) {
|
|||||||
int (*onload)(void *, void **, int);
|
int (*onload)(void *, void **, int);
|
||||||
void *handle;
|
void *handle;
|
||||||
RedisModuleCtx ctx = REDISMODULE_CTX_INIT;
|
RedisModuleCtx ctx = REDISMODULE_CTX_INIT;
|
||||||
|
|
||||||
struct stat st;
|
struct stat st;
|
||||||
if (stat(path, &st) == 0)
|
if (stat(path, &st) == 0)
|
||||||
{ // this check is best effort
|
{ // this check is best effort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user