clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / index / index.cpp
index b1c828303ab8ae05f5d3e01ec952a4260f5be20f..863a4c52b0d3781f47fd1e4fab144e658fcccbef 100644 (file)
@@ -40,7 +40,7 @@ _lttng_index_file_create_from_trace_chunk(struct lttng_trace_chunk *chunk,
        struct lttng_index_file *index_file;
        enum lttng_trace_chunk_status chunk_status;
        int ret;
-       struct fs_handle *fs_handle = NULL;
+       struct fs_handle *fs_handle = nullptr;
        ssize_t size_ret;
        struct ctf_packet_index_file_hdr hdr;
        char index_directory_path[LTTNG_PATH_MAX];
This page took 0.022464 seconds and 4 git commands to generate.