Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng / conf.hpp
index e1260c772371f34910bc5fe3989ec467c41caff8..cda2763a3fa362f4882bb71a1ded820dd20b6f6e 100644 (file)
@@ -11,7 +11,7 @@
 #define CONFIG_FILENAME ".lttngrc"
 
 void config_destroy(const char *path);
-void config_destroy_default(void);
+void config_destroy_default();
 int config_exists(const char *path);
 int config_init(const char *path);
 int config_add_session_name(const char *path, const char *name);
This page took 0.023036 seconds and 4 git commands to generate.