From 851333a50da846cc458356d763d524750b432ccb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 25 Sep 2022 20:05:08 +0200 Subject: Switch to clang-format14 --- src/EventAccessors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/EventAccessors.h') diff --git a/src/EventAccessors.h b/src/EventAccessors.h index 9d8a34e7..8e130c29 100644 --- a/src/EventAccessors.h +++ b/src/EventAccessors.h @@ -15,8 +15,8 @@ namespace nheko { struct nonesuch { - ~nonesuch() = delete; - nonesuch(nonesuch const &) = delete; + ~nonesuch() = delete; + nonesuch(nonesuch const &) = delete; void operator=(nonesuch const &) = delete; }; -- cgit 1.4.1