From abba364fb3b8871a2baac7779b0850b3bdc479b0 Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 5 Oct 2020 18:07:06 +0200 Subject: change fmt of short function Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410 --- lib/executor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/executor.h') diff --git a/lib/executor.h b/lib/executor.h index 67493d4..f04f3f1 100644 --- a/lib/executor.h +++ b/lib/executor.h @@ -13,7 +13,9 @@ namespace nMatcha { Executor& operator=(const Executor&) = delete; Executor() = default; - const void* getStackPtr() const { return mStackPtr; } + const void* getStackPtr() const { + return mStackPtr; + } void spawn(std::unique_ptr t); void run(); -- cgit v1.2.3