aboutsummaryrefslogtreecommitdiff
path: root/files.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
commitc4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf (patch)
treebaefc0578dda240eb1c12e36076928da0b48e426 /files.f90
parent313ea185e0b3e43b5d464cbce4ccf2db953e4da7 (diff)
downloadLR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.tar.gz
LR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.zip
Fixed rendering of single-character lines
Diffstat (limited to 'files.f90')
-rw-r--r--files.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/files.f90 b/files.f90
index 1c76311..f405d00 100644
--- a/files.f90
+++ b/files.f90
@@ -128,7 +128,7 @@ contains
logical, intent(inout)::preformatted_on
integer::line_length
-
+
if(file_type == file_type_plain_text) then
single_line%line_type = line_type_preformatted