clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / ini-config / ini-config.cpp
index a9b65960b591081bd29e3bf333927c3b5b3f5559..11f4e5193e8cb6e8681fd6dd0f1253d8b811a81f 100644 (file)
@@ -63,7 +63,7 @@ int config_get_section_entries(const char *override_path,
 {
        int ret = 0;
        const char *path;
-       FILE *config_file = NULL;
+       FILE *config_file = nullptr;
        struct handler_filter_args filter = { section, handler, user_data };
 
        /* First, try system-wide conf. file. */
This page took 0.022602 seconds and 4 git commands to generate.