From 08cc4e19671e083afc19be8566c287728a79b1e9 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 27 May 2020 20:14:41 +0200 Subject: Remove the last redundant void arg I left behind Signed-off-by: Kevin Ottens --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 9782cf4e5..4dea40b2f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,6 @@ Checks: '-*, modernize-make-shared, + modernize-redundant-void-arg, modernize-replace-*, modernize-shrink-to-fit, modernize-use-bool-literals, -- cgit v1.2.3