summaryrefslogtreecommitdiff
path: root/src/plain.cpp
diff options
context:
space:
mode:
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");
}