gstinfo: Minor modification to avoid gst-indent pain

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3483>
This commit is contained in:
Edward Hervey 2022-11-29 15:12:51 +01:00 committed by GStreamer Marge Bot
parent f84fe4710a
commit df311a65da

View file

@ -3318,7 +3318,7 @@ dbghelp_load_symbol (const gchar * symbol_name, gpointer * symbol)
dbg_help_module = NULL; dbg_help_module = NULL;
} }
return ! !dbg_help_module; return dbg_help_module != NULL;
} }
static gboolean static gboolean
@ -3356,7 +3356,7 @@ dbghelp_initialize_symbols (HANDLE process)
g_once_init_leave (&initialization_value, 1); g_once_init_leave (&initialization_value, 1);
} }
return ! !dbg_help_module; return dbg_help_module != NULL;
} }
static gchar * static gchar *