From 08cc4e19671e083afc19be8566c287728a79b1e9 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 27 May 2020 20:14:41 +0200 Subject: [PATCH] Remove the last redundant void arg I left behind Signed-off-by: Kevin Ottens --- .clang-tidy | 1 + src/csync/csync_util.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, diff --git a/src/csync/csync_util.h b/src/csync/csync_util.h index f9c0d8876..187ecf7f8 100644 --- a/src/csync/csync_util.h +++ b/src/csync/csync_util.h @@ -28,7 +28,7 @@ const char OCSYNC_EXPORT *csync_instruction_str(enum csync_instructions_e instr); -void OCSYNC_EXPORT csync_memstat_check(void); +void OCSYNC_EXPORT csync_memstat_check(); /* Returns true if we're reasonably certain that hash equality * for the header means content equality. -- 2.30.2