clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / common / error.hpp
index fdae1e72c293bb0aefc16b008621dfb772993033..8b8e4364530bfcaccc7113697eaed0ff9d8a3bac 100644 (file)
@@ -259,7 +259,7 @@ const char *error_get_str(int32_t code);
  * the caller. On error, an empty string is returned thus no time will be
  * printed in the log.
  */
-const char *log_add_time(void);
+const char *log_add_time();
 
 /* Name must be a statically-allocated string. */
 void logger_set_thread_name(const char *name, bool set_pthread_name);
This page took 0.022595 seconds and 4 git commands to generate.