clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / channel.cpp
index cde53130d3f091245f1bc7e380b0d77834b14ae4..ef2af356d8f2857f7ce2a78b5df5a3f4499c4e5a 100644 (file)
@@ -65,7 +65,7 @@ end:
 /*
  * The channel object is NOT populated.
  */
-struct lttng_channel *lttng_channel_create_internal(void)
+struct lttng_channel *lttng_channel_create_internal()
 {
        struct lttng_channel *local_channel = nullptr, *ret = nullptr;
        struct lttng_channel_extended *extended = nullptr;
This page took 0.023398 seconds and 4 git commands to generate.