From df311a65daeb6b1bb5b6be467f9cdf683d061e91 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Nov 2022 15:12:51 +0100 Subject: [PATCH] gstinfo: Minor modification to avoid gst-indent pain Part-of: --- subprojects/gstreamer/gst/gstinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gstreamer/gst/gstinfo.c b/subprojects/gstreamer/gst/gstinfo.c index df541ce1e2..e5efe8fec8 100644 --- a/subprojects/gstreamer/gst/gstinfo.c +++ b/subprojects/gstreamer/gst/gstinfo.c @@ -3318,7 +3318,7 @@ dbghelp_load_symbol (const gchar * symbol_name, gpointer * symbol) dbg_help_module = NULL; } - return ! !dbg_help_module; + return dbg_help_module != NULL; } static gboolean @@ -3356,7 +3356,7 @@ dbghelp_initialize_symbols (HANDLE process) g_once_init_leave (&initialization_value, 1); } - return ! !dbg_help_module; + return dbg_help_module != NULL; } static gchar *