From: Kevin Ottens Date: Wed, 27 May 2020 18:14:41 +0000 (+0200) Subject: Remove the last redundant void arg I left behind X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~201 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08cc4e19671e083afc19be8566c287728a79b1e9;p=nextcloud-desktop.git Remove the last redundant void arg I left behind Signed-off-by: Kevin Ottens --- 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.