Remove the last redundant void arg I left behind
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 27 May 2020 18:14:41 +0000 (20:14 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Thu, 28 May 2020 16:57:20 +0000 (18:57 +0200)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
.clang-tidy
src/csync/csync_util.h

index 9782cf4e544debe069e66455a512bc9994b05a12..4dea40b2f445902afc5ed0f949bc109d6c5fecd2 100644 (file)
@@ -1,5 +1,6 @@
 Checks: '-*,
     modernize-make-shared,
+    modernize-redundant-void-arg,
     modernize-replace-*,
     modernize-shrink-to-fit,
     modernize-use-bool-literals,
index f9c0d88761d74141b60c332a6c4e4e446ff4226c..187ecf7f889dc459cdb3148896bdd6394d756c10 100644 (file)
@@ -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.