clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / tests / regression / tools / notification / default_pipe_size_getter.cpp
index 8902774b3100c6125ccbf6cce3ca28c02c2be4bf..34eb3cdd35fd514498f1169da196239d7d1c0ecb 100644 (file)
@@ -30,7 +30,7 @@ namespace {
 /*
  * Return the default pipe buffer size or a negative error.
  */
-int get_pipe_size(void)
+int get_pipe_size()
 {
        int ret;
        /*
@@ -66,7 +66,7 @@ int get_pipe_size(void)
 #endif
 } /* namespace */
 
-int main(void)
+int main()
 {
        int ret;
 
This page took 0.023601 seconds and 4 git commands to generate.