aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp b/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
index 40c0e1988..20681f426 100644
--- a/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
+++ b/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
@@ -392,7 +392,7 @@ void QtXmlToSphinx::formatCurrentTable()
return;
m_currentTable.setHeaderEnabled(m_tableHasHeader);
m_currentTable.normalize();
- m_output << ensureEndl;
+ m_output << '\n';
m_currentTable.format(m_output);
}