gstinfo: Minor modification to avoid gst-indent pain
authorEdward Hervey <edward@centricular.com>
Tue, 29 Nov 2022 14:12:51 +0000 (15:12 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 5 Dec 2022 09:59:30 +0000 (09:59 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3483>

subprojects/gstreamer/gst/gstinfo.c

index df541ce..e5efe8f 100644 (file)
@@ -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 *