Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-05-27 21:14:41 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-05-28 19:57:20 +0300
commit08cc4e19671e083afc19be8566c287728a79b1e9 (patch)
tree776ee59313d9c02c83d002b198f02f79103b65dc /.clang-tidy
parent8d823baede52bd0cc7c2cfadf7ea3258bc473577 (diff)
Remove the last redundant void arg I left behind
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
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,