From a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 13 Nov 2019 19:16:21 +0300 Subject: Cosmetical changes. --- src/file.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/file.hpp') diff --git a/src/file.hpp b/src/file.hpp index 5f8adb6..171e6d3 100644 --- a/src/file.hpp +++ b/src/file.hpp @@ -11,15 +11,15 @@ */ class TexoExporterFile: public TexoExporter { public: - TexoExporterFile(FILE *file); + TexoExporterFile(FILE * file); bool Put(char c); - bool Put(const ScriptVariable &str); + bool Put(const ScriptVariable & str); private: - FILE *file; + FILE * file; }; -- cgit v1.2.3