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/html.hpp | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/html.hpp') diff --git a/src/html.hpp b/src/html.hpp index aa22cf1..c32b119 100644 --- a/src/html.hpp +++ b/src/html.hpp @@ -2,13 +2,13 @@ #define TEXO_INCLUDED_HTML #include "exporter.hpp" -#include "producer.hpp" #include "importer.hpp" +#include "producer.hpp" class TexoProducerHTML: public TexoProducerStrict { public: - TexoProducerHTML(TexoExporter &exporter); + TexoProducerHTML(TexoExporter & exporter); protected: bool TruePut(char c); @@ -35,14 +35,11 @@ protected: bool CloseStrike(); bool CloseUnderline(); - bool StartLink(const ScriptVariable &link, const ScriptVariable &title); - bool CloseLink(const ScriptVariable &link, const ScriptVariable &title); + bool StartLink(const ScriptVariable & link, const ScriptVariable & title); + bool CloseLink(const ScriptVariable & link, const ScriptVariable & title); - bool TruePutImage( - const ScriptVariable &src, - const ScriptVariable &alt, - const ScriptVariable &title - ); + bool TruePutImage(const ScriptVariable & src, const ScriptVariable & alt, + const ScriptVariable & title); bool TruePutHorizontalRule(); }; -- cgit v1.2.3