clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / tests / unit / test_unix_socket.cpp
index 2c23b669c2d800bf35e7b528b0e346f3bc0ef1a5..361dbe36a7edf4e0c7b304b81ed30e499cd9211e 100644 (file)
@@ -486,7 +486,7 @@ error:
        lttng_payload_reset(&received_payload);
 }
 
-static void test_creds_passing(void)
+static void test_creds_passing()
 {
        pid_t fork_ret = -1;
        int ret, parent_socket = -1, child_connection_socket = -1;
@@ -651,7 +651,7 @@ error:
        }
 }
 
-int main(void)
+int main()
 {
        plan_tests(TEST_COUNT);
 
This page took 0.024556 seconds and 4 git commands to generate.