From ea17a3cd099d5c182d7f518f45dc60768e972abe Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 21 Apr 2018 14:16:24 -0400 Subject: [PATCH] Whitespace --- src/FuncRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FuncRequest.h b/src/FuncRequest.h index f0b9e7cfe6..35fff68159 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -102,7 +102,7 @@ public: bool allowAsync() const { return allow_async_; } /// void allowAsync(bool allow_async) { allow_async_ = allow_async; } - + private: /// the action FuncCode action_; -- 2.39.5