]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Sat, 21 Apr 2018 18:16:24 +0000 (14:16 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 21 Apr 2018 18:16:54 +0000 (14:16 -0400)
src/FuncRequest.h

index f0b9e7cfe6cd35041f4a25392fd7a3d974ead208..35fff681599dcbb5689a3dfc6655d902fe555a25 100644 (file)
@@ -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_;