From: Scott Kostyshak Date: Sat, 21 Apr 2018 18:16:24 +0000 (-0400) Subject: Whitespace X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3585 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ea17a3cd099d5c182d7f518f45dc60768e972abe;p=features.git Whitespace --- 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_;