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/importer.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/importer.hpp') diff --git a/src/importer.hpp b/src/importer.hpp index 9280a34..c5a302d 100644 --- a/src/importer.hpp +++ b/src/importer.hpp @@ -12,14 +12,14 @@ */ class TexoImporter { public: - TexoImporter(TexoProducer &producer); + TexoImporter(TexoProducer & producer); ~TexoImporter(); bool End(); bool Put(char c); - bool Put(const ScriptVariable &s); - bool Put(FILE *f); + bool Put(const ScriptVariable & s); + bool Put(FILE * f); protected: @@ -27,12 +27,12 @@ protected: virtual bool TruePut(char c) = 0; - virtual bool TruePut(const ScriptVariable &str); - virtual bool TruePut(FILE *file); + virtual bool TruePut(const ScriptVariable & str); + virtual bool TruePut(FILE * file); - TexoProducer &producer; - bool ok; + TexoProducer & producer; + bool ok; }; -- cgit v1.2.3