code style fix
This commit is contained in:
parent
8617f504a7
commit
2811fd1992
1 changed files with 1 additions and 2 deletions
|
@ -135,8 +135,7 @@ void menu_pipe_execute(ObMenu *self)
|
||||||
if (!self->execute)
|
if (!self->execute)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!g_spawn_command_line_sync(self->execute, &output, NULL, NULL, &err))
|
if (!g_spawn_command_line_sync(self->execute, &output, NULL, NULL, &err)) {
|
||||||
{
|
|
||||||
g_warning("Failed to execute command for pipe-menu: %s", err->message);
|
g_warning("Failed to execute command for pipe-menu: %s", err->message);
|
||||||
g_error_free(err);
|
g_error_free(err);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue