clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / bin / lttng-sessiond / fd-limit.cpp
index 361b5c6b58bdda0b856154c4ff2bb59dd8dc76e7..ae63ccc06ad7c5b6bff887da22c13b44fe0a3cc0 100644 (file)
@@ -49,7 +49,7 @@ void lttng_fd_put(enum lttng_fd_type type __attribute__((unused)), unsigned int
        uatomic_sub(&fd_count, (long) nr);
 }
 
-void lttng_fd_init(void)
+void lttng_fd_init()
 {
        struct rlimit rlim;
        int ret;
This page took 0.024794 seconds and 4 git commands to generate.