[LyX/master] remove parens

Juergen Spitzmueller spitz at lyx.org
Fri Feb 20 16:04:07 UTC 2026


commit ba4819b173531d8053c259f8b423797f4906825e
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Fri Feb 20 17:00:58 2026 +0100

    remove parens
---
 src/tests/dummy4checklayout.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/dummy4checklayout.cpp b/src/tests/dummy4checklayout.cpp
index 14d38c366c..759f7a01eb 100644
--- a/src/tests/dummy4checklayout.cpp
+++ b/src/tests/dummy4checklayout.cpp
@@ -47,7 +47,7 @@ LaTeXColors & theLaTeXColors()
 
 bool LaTeXColors::isLaTeXColor(string const & /* name */)
 {
-	return(false);
+	return false;
 }
 
 LaTeXColors::TexColorMap LaTeXColors::getLaTeXColors()
@@ -55,7 +55,7 @@ LaTeXColors::TexColorMap LaTeXColors::getLaTeXColors()
 	// this is just an empty dummy,
 	// the colors themselves are not needed
 	static TexColorMap dummy_texcolormap;
-	return(dummy_texcolormap);
+	return dummy_texcolormap;
 }
 
 LaTeXColor LaTeXColors::getLaTeXColor(string const & /* name */)


More information about the lyx-cvs mailing list