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/exporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exporter.cpp') diff --git a/src/exporter.cpp b/src/exporter.cpp index b9a5b3f..6a190ee 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -4,9 +4,9 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Texo Exporter */ -bool TexoExporter::Put(const ScriptVariable &str) +bool TexoExporter::Put(const ScriptVariable & str) { - bool ok = true; + bool ok = true; const int len = str.Length(); for (int i = 0; ok && i < len; ++i) { ok = Put(str[i]); -- cgit v1.2.3