summaryrefslogtreecommitdiff
path: root/src/plain.cpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-15 19:14:11 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-15 19:14:11 +0300
commit233c346c4af51371cb4744be5e1c9798d2fcac02 (patch)
treea4ad0cbd8f2e429dddacbfab96cf186b706ea827 /src/plain.cpp
parentb51891569cb4a92b656baf8c2fcd1dc95f610739 (diff)
downloadtexo-233c346c4af51371cb4744be5e1c9798d2fcac02.tar
texo-233c346c4af51371cb4744be5e1c9798d2fcac02.tar.xz
texo-233c346c4af51371cb4744be5e1c9798d2fcac02.zip
.
Diffstat (limited to 'src/plain.cpp')
-rw-r--r--src/plain.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plain.cpp b/src/plain.cpp
index 1df6659..dca394f 100644
--- a/src/plain.cpp
+++ b/src/plain.cpp
@@ -70,9 +70,8 @@ bool TexoProducerPlain::PutHorizontalRule()
ok = exporter.Put('\n');
}
nospace = true;
- return ok
- && exporter.Put(
- "--------------------------------------------------\n");
+ return ok && exporter.Put(
+ "--------------------------------------------------\n");
}