Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr != NULL`
[babeltrace.git] / src / lib / plugin / plugin.c
index 8f2f6da347cb38792b108ed1c8ee3d6cb8c75dbf..5537cb0d115fe2176123556605c831a1510b28c0 100644 (file)
@@ -84,7 +84,7 @@ int init_python_plugin_provider(void) {
        static const char * const provider_dir_envvar_name = "LIBBABELTRACE2_PLUGIN_PROVIDER_DIR";
        char *provider_path = NULL;
 
-       if (bt_plugin_python_create_all_from_file_sym != NULL) {
+       if (bt_plugin_python_create_all_from_file_sym) {
                goto end;
        }
 
This page took 0.022882 seconds and 4 git commands to generate.