summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-04 15:37:13 +0000
committerDana Jansens <danakj@orodu.net>2003-09-04 15:37:13 +0000
commit2811fd1992f0e5f784d42a261b3ca483967fb20b (patch)
treef2e6c96d19024a12e0799989c9d096964c55e698 /openbox
parent8617f504a734e417e76e350977f656124bec1b51 (diff)
code style fix
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index ab2294ed..39e19246 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -135,8 +135,7 @@ void menu_pipe_execute(ObMenu *self)
if (!self->execute)
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_error_free(err);
return;