From 2e227cceaff5c4647760c53daf85370358050410 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 2 Jun 2024 22:52:18 -0400 Subject: [PATCH] Whitespace --- src/BufferParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 892aff5867..1740e8c764 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1831,7 +1831,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features, case DEFAULT: break; } - + if (paragraph_separation) { if (!tclass.halfparskip().empty() && getDefSkip().kind() == VSpace::HALFLINE) clsoptions << tclass.halfparskip() << ",";