From 2811fd1992f0e5f784d42a261b3ca483967fb20b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 4 Sep 2003 15:37:13 +0000 Subject: [PATCH] code style fix --- openbox/menu.c | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.39.2