summaryrefslogtreecommitdiff
path: root/src/exporter.cpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-13 19:16:21 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-13 19:16:21 +0300
commita45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b (patch)
tree1b9473f7f27221a5de56bb51edacd5be9a61a6b9 /src/exporter.cpp
parented7a63015c1583d5544ac18bbaccaedc95f3e5e3 (diff)
downloadtexo-a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b.tar
texo-a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b.tar.xz
texo-a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b.zip
Cosmetical changes.
Diffstat (limited to 'src/exporter.cpp')
-rw-r--r--src/exporter.cpp4
1 files changed, 2 insertions, 2 deletions
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]);