mirror of https://github.com/yandex/odyssey.git
Fix again code formatting issue.
This commit is contained in:
parent
88eb1a7c3d
commit
a3e7ed6232
|
@ -185,8 +185,7 @@ int od_instance_main(od_instance_t *instance, int argc, char **argv)
|
||||||
if (rc == -1) {
|
if (rc == -1) {
|
||||||
od_error(&instance->logger, "init", NULL, NULL,
|
od_error(&instance->logger, "init", NULL, NULL,
|
||||||
"failed to create pid file %s: %s",
|
"failed to create pid file %s: %s",
|
||||||
instance->config.pid_file,
|
instance->config.pid_file, strerror(errno));
|
||||||
strerror(errno));
|
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue