[LyX/master] Whitespace

Scott Kostyshak skostysh at lyx.org
Mon Jun 3 02:53:25 UTC 2024


commit 2e227cceaff5c4647760c53daf85370358050410
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Sun Jun 2 22:52:18 2024 -0400

    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() << ",";


More information about the lyx-cvs mailing list