Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / common / fd-tracker / inode.hpp
index 7f4f6fb5974406aadb401706d76faff601ee4bfe..4206117d8890d4d4e17efff310deb316c59b94a6 100644 (file)
@@ -30,7 +30,7 @@ struct lttng_unlinked_file_pool *lttng_unlinked_file_pool_create(const char *pat
 void lttng_unlinked_file_pool_destroy(struct lttng_unlinked_file_pool *pool);
 
 /* The inode registry is protected by the fd-tracker's lock. */
-struct lttng_inode_registry *lttng_inode_registry_create(void);
+struct lttng_inode_registry *lttng_inode_registry_create();
 
 struct lttng_inode *lttng_inode_registry_get_inode(struct lttng_inode_registry *registry,
                                                   struct lttng_directory_handle *handle,
This page took 0.022885 seconds and 4 git commands to generate.