]> Dogcows Code - chaz/openbox/commitdiff
code style fix
authorDana Jansens <danakj@orodu.net>
Thu, 4 Sep 2003 15:37:13 +0000 (15:37 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 4 Sep 2003 15:37:13 +0000 (15:37 +0000)
openbox/menu.c

index ab2294ed89790dac04f8f13765e415ff605d0c7a..39e19246e297aadac6d37a5d02aea879a14d851a 100644 (file)
@@ -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;
This page took 0.02247 seconds and 4 git commands to generate.