From 19f9238ef0af1c537d3cbbb53990956da72881b1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Oct 2023 21:12:23 +0200 Subject: [PATCH] util/BindMethod: fix indent --- src/util/BindMethod.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/BindMethod.hxx b/src/util/BindMethod.hxx index 9c5fd5a52..3dc761ba9 100644 --- a/src/util/BindMethod.hxx +++ b/src/util/BindMethod.hxx @@ -17,8 +17,8 @@ template class BoundMethod; template + bool NoExcept, + typename... Args> class BoundMethod { typedef R (*function_pointer)(void *instance, Args... args) noexcept(NoExcept);