aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2024-12-13 09:52:29 +0100
committerFriedemann Kleint <[email protected]>2024-12-13 10:21:46 +0100
commit21d8a3f57ba9136f8d181af6d5aa0ba9a5cdb8b7 (patch)
tree5460b893e9cd48d4f9e9e24dd99469aaf1f5c9e4 /sources
parentf6069b9330fc01b68296ef4dffd474ed98784ec6 (diff)
Fix trailing empty lines
Pick-to: 6.8 Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp1
-rw-r--r--sources/pyside6/PySide6/QtGui/CMakeLists.txt1
-rw-r--r--sources/pyside6/PySide6/QtNetwork/typesystem_network.xml1
-rw-r--r--sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml1
-rw-r--r--sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt1
-rw-r--r--sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtXml/typesystem_xml.xml1
-rw-r--r--sources/pyside6/PySide6/glue/qtnetworkauth.cpp1
-rw-r--r--sources/pyside6/PySide6/qpytextobject.h2
-rw-r--r--sources/pyside6/cmake/Macros/PySideModules.cmake1
-rw-r--r--sources/pyside6/cmake/PySideSetup.cmake1
-rw-r--r--sources/pyside6/doc/commercial/index.rst1
-rw-r--r--sources/pyside6/doc/contents.rst1
-rw-r--r--sources/pyside6/doc/extras/QtOpenGL.rst1
-rw-r--r--sources/pyside6/doc/gettingstarted.rst1
-rw-r--r--sources/pyside6/doc/tools/pyside-rcc.rst1
-rw-r--r--sources/pyside6/doc/tools/pyside-uic.rst1
-rw-r--r--sources/pyside6/doc/tools/pyside6-balsam.rst1
-rw-r--r--sources/pyside6/doc/tools/pyside6-balsamui.rst1
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/widgets.rst1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/add_chart.rst2
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py1
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py1
-rw-r--r--sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst1
-rw-r--r--sources/pyside6/doc/tutorials/index.rst1
-rw-r--r--sources/pyside6/libpyside/pyside6.pc.in1
-rw-r--r--sources/pyside6/libpyside/pysidemetafunction.cpp1
-rw-r--r--sources/pyside6/tests/QtCore/bug_278_test.py2
-rw-r--r--sources/pyside6/tests/QtCore/destroysignal_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/duck_punching_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/feature_with_uic/window.py1
-rw-r--r--sources/pyside6/tests/QtCore/mockclass_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qbitarray_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qinstallmsghandler_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qobject_objectproperty_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qpoint_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qresource_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/qsettings_test.ini1
-rw-r--r--sources/pyside6/tests/QtCore/qsize_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/resources.qrc1
-rw-r--r--sources/pyside6/tests/QtCore/static_method_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/tr_noop_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/translation_test.py1
-rw-r--r--sources/pyside6/tests/QtCore/unaryoperator_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/pyside_reload_test.py2
-rw-r--r--sources/pyside6/tests/QtGui/qitemselection_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qpainter_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qpen_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qpixmap_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qpixmapcache_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qstandarditemmodel_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py1
-rw-r--r--sources/pyside6/tests/QtGui/qtextline_test.py1
-rw-r--r--sources/pyside6/tests/QtQml/bug_814.py1
-rw-r--r--sources/pyside6/tests/QtQml/bug_814.qml1
-rw-r--r--sources/pyside6/tests/QtQml/bug_847.py1
-rw-r--r--sources/pyside6/tests/QtQml/bug_847.qml1
-rw-r--r--sources/pyside6/tests/QtQml/bug_915.py2
-rw-r--r--sources/pyside6/tests/QtQml/viewmodel.qml1
-rw-r--r--sources/pyside6/tests/QtSvg/qsvggenerator_test.py1
-rw-r--r--sources/pyside6/tests/QtSvg/qsvgrenderer_test.py1
-rw-r--r--sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py1
-rw-r--r--sources/pyside6/tests/QtUiTools/bug_360.py1
-rw-r--r--sources/pyside6/tests/QtUiTools/bug_376.py1
-rw-r--r--sources/pyside6/tests/QtUiTools/bug_392.py1
-rw-r--r--sources/pyside6/tests/QtUiTools/loadUiType_test.py1
-rw-r--r--sources/pyside6/tests/QtUiTools/uiloader_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/add_action_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_480.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_549.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_575.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_576.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_585.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_674.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_711.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_836.py2
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_871.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/customproxywidget_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/hashabletype_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/keep_reference_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qaction_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qmainwindow_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qpicture_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qpushbutton_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qsplitter_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qtableview_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/standardpixmap_test.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/test_module_template.py1
-rw-r--r--sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py1
-rw-r--r--sources/pyside6/tests/QtXml/qdomdocument_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/decoratedslot_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/list_signal_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/modelview_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/repr_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/signalandnamespace_test.py1
-rw-r--r--sources/pyside6/tests/pysidetest/testobject.h1
-rw-r--r--sources/pyside6/tests/pysidetest/testview.h1
-rw-r--r--sources/pyside6/tests/pysidetest/version_test.py1
-rw-r--r--sources/pyside6/tests/util/httpd.py1
-rw-r--r--sources/pyside6/tests/util/valgrind-python.supp2
-rw-r--r--sources/shiboken6/AUTHORS1
-rw-r--r--sources/shiboken6/ApiExtractor/AUTHORS1
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractor.h1
-rw-r--r--sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/doxygenparser.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/qtdocparser.h1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/CMakeLists.txt1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testcontainer.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp2
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testnamespace.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp2
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp2
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testremovefield.cpp2
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testtoposort.cpp1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp2
-rw-r--r--sources/shiboken6/CMakeLists.txt1
-rw-r--r--sources/shiboken6/COPYING.libsample1
-rw-r--r--sources/shiboken6/COPYING.libshiboken1
-rw-r--r--sources/shiboken6/config.tests/target_python_info/CMakeLists.txt1
-rw-r--r--sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt1
-rw-r--r--sources/shiboken6/data/CMakeLists.txt1
-rw-r--r--sources/shiboken6/data/generatorrunner.11
-rw-r--r--sources/shiboken6/data/generatorrunner.pc.in1
-rw-r--r--sources/shiboken6/doc/shibokengenerator.rst1
-rw-r--r--sources/shiboken6/doc/typesystem_codegeneration.rst1
-rw-r--r--sources/shiboken6/doc/typesystem_containers.rst1
-rw-r--r--sources/shiboken6/doc/typesystem_conversionrule.rst1
-rw-r--r--sources/shiboken6/generator/shiboken/headergenerator.h1
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.cpp1
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.h1
-rw-r--r--sources/shiboken6/libshiboken/gilstate.cpp1
-rw-r--r--sources/shiboken6/libshiboken/gilstate.h1
-rw-r--r--sources/shiboken6/libshiboken/shiboken.h1
-rw-r--r--sources/shiboken6/libshiboken/threadstatesaver.cpp1
-rw-r--r--sources/shiboken6/libshiboken/threadstatesaver.h1
-rw-r--r--sources/shiboken6/tests/libminimal/CMakeLists.txt1
-rw-r--r--sources/shiboken6/tests/libminimal/listuser.h1
-rw-r--r--sources/shiboken6/tests/libminimal/obj.cpp1
-rw-r--r--sources/shiboken6/tests/libminimal/obj.h1
-rw-r--r--sources/shiboken6/tests/libminimal/val.h1
-rw-r--r--sources/shiboken6/tests/libother/CMakeLists.txt2
-rw-r--r--sources/shiboken6/tests/libsample/CMakeLists.txt1
-rw-r--r--sources/shiboken6/tests/libsample/collector.h1
-rw-r--r--sources/shiboken6/tests/libsample/complex.h1
-rw-r--r--sources/shiboken6/tests/libsample/derived.h1
-rw-r--r--sources/shiboken6/tests/libsample/filter.h2
-rw-r--r--sources/shiboken6/tests/libsample/injectcode.h1
-rw-r--r--sources/shiboken6/tests/libsample/listuser.h1
-rw-r--r--sources/shiboken6/tests/libsample/main.cpp1
-rw-r--r--sources/shiboken6/tests/libsample/modified_constructor.cpp2
-rw-r--r--sources/shiboken6/tests/libsample/modified_constructor.h1
-rw-r--r--sources/shiboken6/tests/libsample/noimplicitconversion.h1
-rw-r--r--sources/shiboken6/tests/libsmart/CMakeLists.txt1
-rw-r--r--sources/shiboken6/tests/otherbinding/CMakeLists.txt1
-rw-r--r--sources/shiboken6/tests/test_generator/CMakeLists.txt1
-rw-r--r--sources/shiboken6/tests/test_generator/dummygenerator.cpp1
-rw-r--r--sources/shiboken6/tests/test_generator/dummygentest-project.txt.in1
-rw-r--r--sources/shiboken6/tests/test_generator/dummygentest.cpp1
-rw-r--r--sources/shiboken6/tests/test_generator/dummygentest.h1
-rw-r--r--sources/shiboken6/tests/test_generator/dummygentestconfig.h.in1
-rw-r--r--sources/shiboken6/tests/test_generator/main.cpp1
185 files changed, 0 insertions, 202 deletions
diff --git a/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp b/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
index 22f59ce22..d806b23e1 100644
--- a/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
+++ b/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
@@ -120,4 +120,3 @@ PySideEasingCurveFunctor::PySideEasingCurveFunctor(int index, PyObject *parent,
PyObject_SetAttr(m_parent, Shiboken::PyMagicName::ecf(), m_func);
PySide::WeakRef::create(m_parent, deleteData, this);
}
-
diff --git a/sources/pyside6/PySide6/QtGui/CMakeLists.txt b/sources/pyside6/PySide6/QtGui/CMakeLists.txt
index 33f5c0d88..b5d08421b 100644
--- a/sources/pyside6/PySide6/QtGui/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtGui/CMakeLists.txt
@@ -355,4 +355,3 @@ create_pyside_module(NAME QtGui
install(FILES ${pyside6_SOURCE_DIR}/qpytextobject.h
${pyside6_SOURCE_DIR}/qtguihelper.h
DESTINATION include/PySide6/QtGui/)
-
diff --git a/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml b/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
index 7d8cda24f..9f7275471 100644
--- a/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
+++ b/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
@@ -526,4 +526,3 @@
<!-- The above entries may be present in the system or not. Keep this section organized. -->
</typesystem>
-
diff --git a/sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml b/sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml
index 3cc1c4e0d..aa64abed2 100644
--- a/sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml
+++ b/sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml
@@ -68,4 +68,3 @@
</object-type>
</typesystem>
-
diff --git a/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt b/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
index f38ca2ab5..9cc3d87e9 100644
--- a/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
@@ -82,4 +82,3 @@ create_pyside_module(NAME QtWebEngineCore
DEPS QtWebEngineCore_deps
TYPESYSTEM_PATH QtWebEngineCore_SOURCE_DIR
SOURCES QtWebEngineCore_SRC)
-
diff --git a/sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt b/sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
index 9da97243c..919db570b 100644
--- a/sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
@@ -40,6 +40,3 @@ create_pyside_module(NAME QtWebEngineWidgets
DEPS QtWebEngineWidgets_deps
TYPESYSTEM_PATH QtWebEngineWidgets_SOURCE_DIR
SOURCES QtWebEngineWidgets_SRC)
-
-
-
diff --git a/sources/pyside6/PySide6/QtXml/typesystem_xml.xml b/sources/pyside6/PySide6/QtXml/typesystem_xml.xml
index 3661a67bf..089978b6d 100644
--- a/sources/pyside6/PySide6/QtXml/typesystem_xml.xml
+++ b/sources/pyside6/PySide6/QtXml/typesystem_xml.xml
@@ -170,4 +170,3 @@
</value-type>
</typesystem>
-
diff --git a/sources/pyside6/PySide6/glue/qtnetworkauth.cpp b/sources/pyside6/PySide6/glue/qtnetworkauth.cpp
index 1594c4add..aa28f500c 100644
--- a/sources/pyside6/PySide6/glue/qtnetworkauth.cpp
+++ b/sources/pyside6/PySide6/glue/qtnetworkauth.cpp
@@ -41,4 +41,3 @@ void QAbstractOAuthModifyFunctor::operator()(QAbstractOAuth::Stage stage,
// @snippet qabstractoauth-setmodifyparametersfunction
%CPPSELF.%FUNCTION_NAME(QAbstractOAuthModifyFunctor(%PYARG_1));
// @snippet qabstractoauth-setmodifyparametersfunction
-
diff --git a/sources/pyside6/PySide6/qpytextobject.h b/sources/pyside6/PySide6/qpytextobject.h
index 45bb0bd52..730cc441b 100644
--- a/sources/pyside6/PySide6/qpytextobject.h
+++ b/sources/pyside6/PySide6/qpytextobject.h
@@ -24,5 +24,3 @@ public:
QT_END_NAMESPACE
#endif
-
-
diff --git a/sources/pyside6/cmake/Macros/PySideModules.cmake b/sources/pyside6/cmake/Macros/PySideModules.cmake
index 57ff5582f..a83f2b745 100644
--- a/sources/pyside6/cmake/Macros/PySideModules.cmake
+++ b/sources/pyside6/cmake/Macros/PySideModules.cmake
@@ -398,4 +398,3 @@ macro(HAS_QT_MODULE var name)
set("end_${name}" "-->" PARENT_SCOPE)
endif()
endmacro()
-
diff --git a/sources/pyside6/cmake/PySideSetup.cmake b/sources/pyside6/cmake/PySideSetup.cmake
index 45403f00a..34ec035b7 100644
--- a/sources/pyside6/cmake/PySideSetup.cmake
+++ b/sources/pyside6/cmake/PySideSetup.cmake
@@ -244,4 +244,3 @@ if(SANITIZE_ADDRESS AND NOT MSVC)
endif()
find_package(Qt6 COMPONENTS Designer)
-
diff --git a/sources/pyside6/doc/commercial/index.rst b/sources/pyside6/doc/commercial/index.rst
index 87e36339a..d3062629d 100644
--- a/sources/pyside6/doc/commercial/index.rst
+++ b/sources/pyside6/doc/commercial/index.rst
@@ -250,4 +250,3 @@ packages will likely happen.
.. _`Qt Creator`: https://www.qt.io/product/development-tools
.. _`qtpip`: https://pypi.org/project/qtpip/
.. _`pip`: https://pypi.org/project/pip/
-
diff --git a/sources/pyside6/doc/contents.rst b/sources/pyside6/doc/contents.rst
index 9a5c03b9d..840f6d8ac 100644
--- a/sources/pyside6/doc/contents.rst
+++ b/sources/pyside6/doc/contents.rst
@@ -27,4 +27,3 @@ Module Index
============
* :ref:`modindex`
-
diff --git a/sources/pyside6/doc/extras/QtOpenGL.rst b/sources/pyside6/doc/extras/QtOpenGL.rst
index aa699a7d7..bf4c37842 100644
--- a/sources/pyside6/doc/extras/QtOpenGL.rst
+++ b/sources/pyside6/doc/extras/QtOpenGL.rst
@@ -23,4 +23,3 @@ the whole Qt API for non-OpenGL-specific GUI functionality.
The QtOpenGL module is available on Windows, X11 and Mac OS X. Qt for
Embedded Linux and OpenGL supports OpenGL ES (OpenGL for Embedded
Systems).
-
diff --git a/sources/pyside6/doc/gettingstarted.rst b/sources/pyside6/doc/gettingstarted.rst
index 60af44668..9abe6456a 100644
--- a/sources/pyside6/doc/gettingstarted.rst
+++ b/sources/pyside6/doc/gettingstarted.rst
@@ -339,4 +339,3 @@ clarify questions before you start programming.
faq/distribution.rst
faq/whyqtforpython.rst
faq/porting_from2.rst
-
diff --git a/sources/pyside6/doc/tools/pyside-rcc.rst b/sources/pyside6/doc/tools/pyside-rcc.rst
index 16ace1489..9bf11ba25 100644
--- a/sources/pyside6/doc/tools/pyside-rcc.rst
+++ b/sources/pyside6/doc/tools/pyside-rcc.rst
@@ -52,4 +52,3 @@ more information about additional options.
Visit the tutorial :ref:`tutorial_qrcfiles` for a hands-on example.
.. _`rcc`: https://doc.qt.io/qt-6/rcc.html
-
diff --git a/sources/pyside6/doc/tools/pyside-uic.rst b/sources/pyside6/doc/tools/pyside-uic.rst
index df49284cb..6588ee284 100644
--- a/sources/pyside6/doc/tools/pyside-uic.rst
+++ b/sources/pyside6/doc/tools/pyside-uic.rst
@@ -56,4 +56,3 @@ translations, etc.
``.ui`` file, otherwise everything will be lost when you re-generate it.
.. _`uic`: https://doc.qt.io/qt-6/uic.html
-
diff --git a/sources/pyside6/doc/tools/pyside6-balsam.rst b/sources/pyside6/doc/tools/pyside6-balsam.rst
index f3f88ac4f..3c5180ada 100644
--- a/sources/pyside6/doc/tools/pyside6-balsam.rst
+++ b/sources/pyside6/doc/tools/pyside6-balsam.rst
@@ -56,4 +56,3 @@ For other modes of operation, refer to the `Balsam Asset Import Tool`_.
.. _Maya: https://www.autodesk.com/products/maya/overview
.. _3ds Max: https://www.autodesk.com/products/3ds-max/overview
.. _Blender: https://www.blender.org/
-
diff --git a/sources/pyside6/doc/tools/pyside6-balsamui.rst b/sources/pyside6/doc/tools/pyside6-balsamui.rst
index f34cb6045..d5b75d014 100644
--- a/sources/pyside6/doc/tools/pyside6-balsamui.rst
+++ b/sources/pyside6/doc/tools/pyside6-balsamui.rst
@@ -19,4 +19,3 @@ documentation here: `Balsam Asset Import Tool`_.
.. _Maya: https://www.autodesk.com/products/maya/overview
.. _3ds Max: https://www.autodesk.com/products/3ds-max/overview
.. _Blender: https://www.blender.org/
-
diff --git a/sources/pyside6/doc/tutorials/basictutorial/widgets.rst b/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
index 1e640b636..f73bd72b7 100644
--- a/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
+++ b/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
@@ -52,4 +52,3 @@ After the creation of the application object, we have created a
Finally, we call `app.exec()` to enter the Qt main loop and start
to execute the Qt code. In reality, it is only here where the label
is shown, but this can be ignored for now.
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/add_chart.rst b/sources/pyside6/doc/tutorials/datavisualize/add_chart.rst
index 22c27e5fb..acffce40d 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/add_chart.rst
+++ b/sources/pyside6/doc/tutorials/datavisualize/add_chart.rst
@@ -19,5 +19,3 @@ previous chapter to add a QChartView:
:linenos:
:lines: 3-
:emphasize-lines: 2-3,6,22-36,47-49
-
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst b/sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst
index 6989ace62..5b7e5e735 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst
+++ b/sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst
@@ -70,4 +70,3 @@ In the following snippets you'll see those changes highlighted:
:linenos:
:lines: 3-
:emphasize-lines: 46-47
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py
index 626f3ae3a..14a835449 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py
@@ -16,4 +16,3 @@ if __name__ == "__main__":
args = options.parse_args()
data = read_data(args.file)
print(data)
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py
index 03304e1db..5f23afbbe 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py
@@ -39,4 +39,3 @@ if __name__ == "__main__":
args = options.parse_args()
data = read_data(args.file)
print(data)
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py
index dd240516a..ca2c78738 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py
@@ -49,4 +49,3 @@ if __name__ == "__main__":
window.show()
sys.exit(app.exec())
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py
index ee8350362..99abd3606 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py
@@ -51,4 +51,3 @@ if __name__ == "__main__":
window.show()
sys.exit(app.exec())
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py
index b299e785c..9e849feab 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py
@@ -41,4 +41,3 @@ class Widget(QWidget):
# Set the layout to the QWidget
self.setLayout(self.main_layout)
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py
index 69753656d..ce602fa3e 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py
@@ -30,4 +30,3 @@ class MainWindow(QMainWindow):
# Window dimensions
geometry = self.screen().availableGeometry()
self.setFixedSize(geometry.width() * 0.8, geometry.height() * 0.7)
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py
index 730697c29..cc2ac12ab 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py
@@ -49,4 +49,3 @@ class CustomTableModel(QAbstractTableModel):
return Qt.AlignRight
return None
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py
index ee8350362..99abd3606 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py
@@ -51,4 +51,3 @@ if __name__ == "__main__":
window.show()
sys.exit(app.exec())
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py
index e686ce093..e4f40daa4 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py
@@ -30,4 +30,3 @@ class MainWindow(QMainWindow):
# Window dimensions
geometry = self.screen().availableGeometry()
self.setFixedSize(geometry.width() * 0.8, geometry.height() * 0.7)
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py
index 730697c29..cc2ac12ab 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py
@@ -49,4 +49,3 @@ class CustomTableModel(QAbstractTableModel):
return Qt.AlignRight
return None
-
diff --git a/sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py b/sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py
index 501d7b268..f987689ea 100644
--- a/sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py
+++ b/sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py
@@ -93,4 +93,3 @@ class Widget(QWidget):
# Getting the color from the QChart to use it on the QTableView
color_name = self.series.pen().color().name()
self.model.color = f"{color_name}"
-
diff --git a/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst b/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
index a78a67fad..dd10de352 100644
--- a/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
+++ b/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
@@ -36,4 +36,3 @@ You will now hit you breakpoint and can start debugging your code.
.. image:: breakpoint_cpp.png
:alt: breakpoint cpp
:align: center
-
diff --git a/sources/pyside6/doc/tutorials/index.rst b/sources/pyside6/doc/tutorials/index.rst
index 921106510..c14094890 100644
--- a/sources/pyside6/doc/tutorials/index.rst
+++ b/sources/pyside6/doc/tutorials/index.rst
@@ -232,4 +232,3 @@ Debug a PySide6 Application
debugging/mixed_debugging.rst
debugging/qml_debugging.rst
-
diff --git a/sources/pyside6/libpyside/pyside6.pc.in b/sources/pyside6/libpyside/pyside6.pc.in
index 394372539..eb45cb9a8 100644
--- a/sources/pyside6/libpyside/pyside6.pc.in
+++ b/sources/pyside6/libpyside/pyside6.pc.in
@@ -12,4 +12,3 @@ Version: @BINDING_API_VERSION_FULL@
Libs: -L${libdir} -lpyside6@pyside6_SUFFIX@@SHIBOKEN_PYTHON_CONFIG_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
Cflags: -I${includedir}
Requires: shiboken6
-
diff --git a/sources/pyside6/libpyside/pysidemetafunction.cpp b/sources/pyside6/libpyside/pysidemetafunction.cpp
index fecd5192a..540e933ae 100644
--- a/sources/pyside6/libpyside/pysidemetafunction.cpp
+++ b/sources/pyside6/libpyside/pysidemetafunction.cpp
@@ -195,4 +195,3 @@ bool call(QObject *self, int methodIndex, PyObject *args, PyObject **retVal)
}
} //namespace PySide::MetaFunction
-
diff --git a/sources/pyside6/tests/QtCore/bug_278_test.py b/sources/pyside6/tests/QtCore/bug_278_test.py
index d929dc10c..fcd8dcec3 100644
--- a/sources/pyside6/tests/QtCore/bug_278_test.py
+++ b/sources/pyside6/tests/QtCore/bug_278_test.py
@@ -31,5 +31,3 @@ class QQtVersionTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
-
diff --git a/sources/pyside6/tests/QtCore/destroysignal_test.py b/sources/pyside6/tests/QtCore/destroysignal_test.py
index 5c743fe4d..0384821f4 100644
--- a/sources/pyside6/tests/QtCore/destroysignal_test.py
+++ b/sources/pyside6/tests/QtCore/destroysignal_test.py
@@ -76,4 +76,3 @@ class TestDestroyNoConnect(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/duck_punching_test.py b/sources/pyside6/tests/QtCore/duck_punching_test.py
index e2204eca8..4504aa7d3 100644
--- a/sources/pyside6/tests/QtCore/duck_punching_test.py
+++ b/sources/pyside6/tests/QtCore/duck_punching_test.py
@@ -87,4 +87,3 @@ class TestDuckPunchingOnQObjectInstance(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/feature_with_uic/window.py b/sources/pyside6/tests/QtCore/feature_with_uic/window.py
index 0a94d2ecd..c3e1aba0f 100644
--- a/sources/pyside6/tests/QtCore/feature_with_uic/window.py
+++ b/sources/pyside6/tests/QtCore/feature_with_uic/window.py
@@ -50,4 +50,3 @@ class Ui_MainWindow(object):
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"MainWindow", None))
self.pushButton.setText(QCoreApplication.translate("MainWindow", u"PushButton", None))
# retranslateUi
-
diff --git a/sources/pyside6/tests/QtCore/mockclass_test.py b/sources/pyside6/tests/QtCore/mockclass_test.py
index 57d1ddd58..07dca7a6d 100644
--- a/sources/pyside6/tests/QtCore/mockclass_test.py
+++ b/sources/pyside6/tests/QtCore/mockclass_test.py
@@ -38,4 +38,3 @@ class MockClassTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qbitarray_test.py b/sources/pyside6/tests/QtCore/qbitarray_test.py
index 239453da7..e97903f0b 100644
--- a/sources/pyside6/tests/QtCore/qbitarray_test.py
+++ b/sources/pyside6/tests/QtCore/qbitarray_test.py
@@ -132,4 +132,3 @@ class QBitArrayGetItemTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py b/sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py
index 9c508d381..aa0c84588 100644
--- a/sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py
+++ b/sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py
@@ -38,4 +38,3 @@ class QByteArrayConcatenationOperatorTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py b/sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py
index 4daab45bb..25354f072 100644
--- a/sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py
+++ b/sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py
@@ -29,4 +29,3 @@ class QCoreApplicationInstanceTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qinstallmsghandler_test.py b/sources/pyside6/tests/QtCore/qinstallmsghandler_test.py
index 041b006ca..75fd017e8 100644
--- a/sources/pyside6/tests/QtCore/qinstallmsghandler_test.py
+++ b/sources/pyside6/tests/QtCore/qinstallmsghandler_test.py
@@ -74,4 +74,3 @@ class QInstallMsgHandlerTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py b/sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py
index e3dfce8b9..68e95aa1f 100644
--- a/sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py
+++ b/sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py
@@ -61,4 +61,3 @@ class TestQModelIndexInternalPointer(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qobject_objectproperty_test.py b/sources/pyside6/tests/QtCore/qobject_objectproperty_test.py
index b12c3c77e..6b4e84675 100644
--- a/sources/pyside6/tests/QtCore/qobject_objectproperty_test.py
+++ b/sources/pyside6/tests/QtCore/qobject_objectproperty_test.py
@@ -40,4 +40,3 @@ class TestBug378(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qpoint_test.py b/sources/pyside6/tests/QtCore/qpoint_test.py
index 9770b5662..ec50cfff2 100644
--- a/sources/pyside6/tests/QtCore/qpoint_test.py
+++ b/sources/pyside6/tests/QtCore/qpoint_test.py
@@ -30,4 +30,3 @@ class QPointFTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qresource_test.py b/sources/pyside6/tests/QtCore/qresource_test.py
index 0f7b920e8..5cdc10d25 100644
--- a/sources/pyside6/tests/QtCore/qresource_test.py
+++ b/sources/pyside6/tests/QtCore/qresource_test.py
@@ -54,4 +54,3 @@ class ResourcesUsage(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/qsettings_test.ini b/sources/pyside6/tests/QtCore/qsettings_test.ini
index f54ae0029..80b99d8ab 100644
--- a/sources/pyside6/tests/QtCore/qsettings_test.ini
+++ b/sources/pyside6/tests/QtCore/qsettings_test.ini
@@ -1,4 +1,3 @@
[General]
var1=a, b, c
var2=a
-
diff --git a/sources/pyside6/tests/QtCore/qsize_test.py b/sources/pyside6/tests/QtCore/qsize_test.py
index 3de779bd6..a2f71694d 100644
--- a/sources/pyside6/tests/QtCore/qsize_test.py
+++ b/sources/pyside6/tests/QtCore/qsize_test.py
@@ -35,4 +35,3 @@ class QSizeOperator(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/resources.qrc b/sources/pyside6/tests/QtCore/resources.qrc
index 0a0b03d40..1b66c856e 100644
--- a/sources/pyside6/tests/QtCore/resources.qrc
+++ b/sources/pyside6/tests/QtCore/resources.qrc
@@ -4,4 +4,3 @@
<file alias="sample.png">sample.png</file>
</qresource>
</RCC>
-
diff --git a/sources/pyside6/tests/QtCore/static_method_test.py b/sources/pyside6/tests/QtCore/static_method_test.py
index 7515c5f6f..1616631cf 100644
--- a/sources/pyside6/tests/QtCore/static_method_test.py
+++ b/sources/pyside6/tests/QtCore/static_method_test.py
@@ -63,4 +63,3 @@ class StaticNonStaticMethodsTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/tr_noop_test.py b/sources/pyside6/tests/QtCore/tr_noop_test.py
index 7340660be..ffa47cd53 100644
--- a/sources/pyside6/tests/QtCore/tr_noop_test.py
+++ b/sources/pyside6/tests/QtCore/tr_noop_test.py
@@ -64,4 +64,3 @@ class QtTrNoopTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/translation_test.py b/sources/pyside6/tests/QtCore/translation_test.py
index 07f1fa580..be6145a27 100644
--- a/sources/pyside6/tests/QtCore/translation_test.py
+++ b/sources/pyside6/tests/QtCore/translation_test.py
@@ -100,4 +100,3 @@ class TranslationTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtCore/unaryoperator_test.py b/sources/pyside6/tests/QtCore/unaryoperator_test.py
index 2a935afc2..bbc43c683 100644
--- a/sources/pyside6/tests/QtCore/unaryoperator_test.py
+++ b/sources/pyside6/tests/QtCore/unaryoperator_test.py
@@ -51,4 +51,3 @@ class NegUnaryOperatorTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/pyside_reload_test.py b/sources/pyside6/tests/QtGui/pyside_reload_test.py
index 1045dd5be..83f4ac0c6 100644
--- a/sources/pyside6/tests/QtGui/pyside_reload_test.py
+++ b/sources/pyside6/tests/QtGui/pyside_reload_test.py
@@ -60,5 +60,3 @@ class TestModuleReloading(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-
-
diff --git a/sources/pyside6/tests/QtGui/qitemselection_test.py b/sources/pyside6/tests/QtGui/qitemselection_test.py
index 26fd76ad8..4b45cdc6d 100644
--- a/sources/pyside6/tests/QtGui/qitemselection_test.py
+++ b/sources/pyside6/tests/QtGui/qitemselection_test.py
@@ -29,4 +29,3 @@ class QItemSelectionTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qpainter_test.py b/sources/pyside6/tests/QtGui/qpainter_test.py
index e03bcfa63..e3ec66381 100644
--- a/sources/pyside6/tests/QtGui/qpainter_test.py
+++ b/sources/pyside6/tests/QtGui/qpainter_test.py
@@ -113,4 +113,3 @@ class SetBrushWithOtherArgs(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qpen_test.py b/sources/pyside6/tests/QtGui/qpen_test.py
index 2f4d48e16..ae0e14e93 100644
--- a/sources/pyside6/tests/QtGui/qpen_test.py
+++ b/sources/pyside6/tests/QtGui/qpen_test.py
@@ -55,4 +55,3 @@ class QPenTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qpixmap_test.py b/sources/pyside6/tests/QtGui/qpixmap_test.py
index b83831ba9..fbe670e6e 100644
--- a/sources/pyside6/tests/QtGui/qpixmap_test.py
+++ b/sources/pyside6/tests/QtGui/qpixmap_test.py
@@ -65,4 +65,3 @@ class QPixmapToImage(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qpixmapcache_test.py b/sources/pyside6/tests/QtGui/qpixmapcache_test.py
index b9328bc05..e18ade7dc 100644
--- a/sources/pyside6/tests/QtGui/qpixmapcache_test.py
+++ b/sources/pyside6/tests/QtGui/qpixmapcache_test.py
@@ -54,4 +54,3 @@ class QPixmapCacheTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qstandarditemmodel_test.py b/sources/pyside6/tests/QtGui/qstandarditemmodel_test.py
index 05cf5db10..123202aa9 100644
--- a/sources/pyside6/tests/QtGui/qstandarditemmodel_test.py
+++ b/sources/pyside6/tests/QtGui/qstandarditemmodel_test.py
@@ -83,4 +83,3 @@ class QStandardItemModelRef(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py b/sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py
index f5410b367..b91675eeb 100644
--- a/sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py
+++ b/sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py
@@ -40,4 +40,3 @@ class QStringQKeySequenceTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py b/sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py
index e96c14a22..39b2fef39 100644
--- a/sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py
+++ b/sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py
@@ -40,4 +40,3 @@ class QTextDocumentTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtGui/qtextline_test.py b/sources/pyside6/tests/QtGui/qtextline_test.py
index 7b8032e9b..b8592526c 100644
--- a/sources/pyside6/tests/QtGui/qtextline_test.py
+++ b/sources/pyside6/tests/QtGui/qtextline_test.py
@@ -37,4 +37,3 @@ class QTextLineTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtQml/bug_814.py b/sources/pyside6/tests/QtQml/bug_814.py
index 2a3f5aa6f..955b24c7e 100644
--- a/sources/pyside6/tests/QtQml/bug_814.py
+++ b/sources/pyside6/tests/QtQml/bug_814.py
@@ -63,4 +63,3 @@ class TestBug814(TimedQGuiApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtQml/bug_814.qml b/sources/pyside6/tests/QtQml/bug_814.qml
index 4331e424f..bf2a88cc1 100644
--- a/sources/pyside6/tests/QtQml/bug_814.qml
+++ b/sources/pyside6/tests/QtQml/bug_814.qml
@@ -10,4 +10,3 @@ ListView {
delegate: Text { text: pysideModelData }
model: pythonModel
}
-
diff --git a/sources/pyside6/tests/QtQml/bug_847.py b/sources/pyside6/tests/QtQml/bug_847.py
index 55e3d1d9b..e7f5847e8 100644
--- a/sources/pyside6/tests/QtQml/bug_847.py
+++ b/sources/pyside6/tests/QtQml/bug_847.py
@@ -68,4 +68,3 @@ class TestQML(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtQml/bug_847.qml b/sources/pyside6/tests/QtQml/bug_847.qml
index 18efd80ce..221ae3df6 100644
--- a/sources/pyside6/tests/QtQml/bug_847.qml
+++ b/sources/pyside6/tests/QtQml/bug_847.qml
@@ -34,4 +34,3 @@ Rectangle {
}
}
}
-
diff --git a/sources/pyside6/tests/QtQml/bug_915.py b/sources/pyside6/tests/QtQml/bug_915.py
index 1962db120..94ce2cc3c 100644
--- a/sources/pyside6/tests/QtQml/bug_915.py
+++ b/sources/pyside6/tests/QtQml/bug_915.py
@@ -37,5 +37,3 @@ class TestBug915(TimedQGuiApplication):
if __name__ == '__main__':
unittest.main()
-
-
diff --git a/sources/pyside6/tests/QtQml/viewmodel.qml b/sources/pyside6/tests/QtQml/viewmodel.qml
index 33db6072e..06cb3cdb1 100644
--- a/sources/pyside6/tests/QtQml/viewmodel.qml
+++ b/sources/pyside6/tests/QtQml/viewmodel.qml
@@ -13,4 +13,3 @@ ListView {
Text { text: model.modelData.title }
}
}
-
diff --git a/sources/pyside6/tests/QtSvg/qsvggenerator_test.py b/sources/pyside6/tests/QtSvg/qsvggenerator_test.py
index 9c926d367..4d9bf472d 100644
--- a/sources/pyside6/tests/QtSvg/qsvggenerator_test.py
+++ b/sources/pyside6/tests/QtSvg/qsvggenerator_test.py
@@ -45,4 +45,3 @@ class QSvgGeneratorTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtSvg/qsvgrenderer_test.py b/sources/pyside6/tests/QtSvg/qsvgrenderer_test.py
index 9e850d5d2..91875802c 100644
--- a/sources/pyside6/tests/QtSvg/qsvgrenderer_test.py
+++ b/sources/pyside6/tests/QtSvg/qsvgrenderer_test.py
@@ -35,4 +35,3 @@ class QSvgRendererTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py b/sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py
index e43008ca3..b16815cc7 100644
--- a/sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py
+++ b/sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py
@@ -39,4 +39,3 @@ class QSvgWidgetTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtUiTools/bug_360.py b/sources/pyside6/tests/QtUiTools/bug_360.py
index 4ad1b926a..b374f3ab7 100644
--- a/sources/pyside6/tests/QtUiTools/bug_360.py
+++ b/sources/pyside6/tests/QtUiTools/bug_360.py
@@ -46,4 +46,3 @@ class ButTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtUiTools/bug_376.py b/sources/pyside6/tests/QtUiTools/bug_376.py
index 4f0e7f427..e2079eb50 100644
--- a/sources/pyside6/tests/QtUiTools/bug_376.py
+++ b/sources/pyside6/tests/QtUiTools/bug_376.py
@@ -29,4 +29,3 @@ class BugTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtUiTools/bug_392.py b/sources/pyside6/tests/QtUiTools/bug_392.py
index 2d70d1c6b..a7463b874 100644
--- a/sources/pyside6/tests/QtUiTools/bug_392.py
+++ b/sources/pyside6/tests/QtUiTools/bug_392.py
@@ -61,4 +61,3 @@ class BugTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtUiTools/loadUiType_test.py b/sources/pyside6/tests/QtUiTools/loadUiType_test.py
index 34233d362..3eddbd294 100644
--- a/sources/pyside6/tests/QtUiTools/loadUiType_test.py
+++ b/sources/pyside6/tests/QtUiTools/loadUiType_test.py
@@ -50,4 +50,3 @@ class loadUiTypeTester(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtUiTools/uiloader_test.py b/sources/pyside6/tests/QtUiTools/uiloader_test.py
index c69364189..4f58bef73 100644
--- a/sources/pyside6/tests/QtUiTools/uiloader_test.py
+++ b/sources/pyside6/tests/QtUiTools/uiloader_test.py
@@ -52,4 +52,3 @@ class QUiLoaderTester(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/add_action_test.py b/sources/pyside6/tests/QtWidgets/add_action_test.py
index 5d74356fd..69ec3e9f5 100644
--- a/sources/pyside6/tests/QtWidgets/add_action_test.py
+++ b/sources/pyside6/tests/QtWidgets/add_action_test.py
@@ -58,4 +58,3 @@ class AddActionTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_480.py b/sources/pyside6/tests/QtWidgets/bug_480.py
index 89976ac50..3e0d34a89 100644
--- a/sources/pyside6/tests/QtWidgets/bug_480.py
+++ b/sources/pyside6/tests/QtWidgets/bug_480.py
@@ -37,4 +37,3 @@ class LayoutTransferOwnerShip(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_549.py b/sources/pyside6/tests/QtWidgets/bug_549.py
index b0cd683f3..ad082c451 100644
--- a/sources/pyside6/tests/QtWidgets/bug_549.py
+++ b/sources/pyside6/tests/QtWidgets/bug_549.py
@@ -26,4 +26,3 @@ class TestBug549(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_575.py b/sources/pyside6/tests/QtWidgets/bug_575.py
index 9d5846407..88d5de9ba 100644
--- a/sources/pyside6/tests/QtWidgets/bug_575.py
+++ b/sources/pyside6/tests/QtWidgets/bug_575.py
@@ -30,4 +30,3 @@ class Bug575(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_576.py b/sources/pyside6/tests/QtWidgets/bug_576.py
index 7f546df1d..81ebf4f4b 100644
--- a/sources/pyside6/tests/QtWidgets/bug_576.py
+++ b/sources/pyside6/tests/QtWidgets/bug_576.py
@@ -47,4 +47,3 @@ class Bug576(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_585.py b/sources/pyside6/tests/QtWidgets/bug_585.py
index 0c85a7ff6..00abf69a7 100644
--- a/sources/pyside6/tests/QtWidgets/bug_585.py
+++ b/sources/pyside6/tests/QtWidgets/bug_585.py
@@ -36,4 +36,3 @@ class Bug585(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_674.py b/sources/pyside6/tests/QtWidgets/bug_674.py
index 3326d39d5..1262cd150 100644
--- a/sources/pyside6/tests/QtWidgets/bug_674.py
+++ b/sources/pyside6/tests/QtWidgets/bug_674.py
@@ -33,4 +33,3 @@ class TestBug679(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_711.py b/sources/pyside6/tests/QtWidgets/bug_711.py
index b6a11196e..ed6544ca3 100644
--- a/sources/pyside6/tests/QtWidgets/bug_711.py
+++ b/sources/pyside6/tests/QtWidgets/bug_711.py
@@ -32,4 +32,3 @@ class TestLabelPixmap(unittest.TestCase):
if __name__ == '__main__':
app = QApplication([])
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_836.py b/sources/pyside6/tests/QtWidgets/bug_836.py
index dbac5547d..b9d39d875 100644
--- a/sources/pyside6/tests/QtWidgets/bug_836.py
+++ b/sources/pyside6/tests/QtWidgets/bug_836.py
@@ -43,5 +43,3 @@ def main():
if __name__ == "__main__":
main()
-
-
diff --git a/sources/pyside6/tests/QtWidgets/bug_871.py b/sources/pyside6/tests/QtWidgets/bug_871.py
index c5abdba84..55cb3283b 100644
--- a/sources/pyside6/tests/QtWidgets/bug_871.py
+++ b/sources/pyside6/tests/QtWidgets/bug_871.py
@@ -51,4 +51,3 @@ class Bug871Test(UsesQApplication):
if __name__ == "__main__":
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/customproxywidget_test.py b/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
index f1e9bb6ec..7a9125844 100644
--- a/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
+++ b/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
@@ -45,4 +45,3 @@ class CustomProxyWidgetTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/hashabletype_test.py b/sources/pyside6/tests/QtWidgets/hashabletype_test.py
index 47c60fe53..1aa26acc4 100644
--- a/sources/pyside6/tests/QtWidgets/hashabletype_test.py
+++ b/sources/pyside6/tests/QtWidgets/hashabletype_test.py
@@ -28,4 +28,3 @@ class HashableTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/keep_reference_test.py b/sources/pyside6/tests/QtWidgets/keep_reference_test.py
index 8f00208cf..11f71fe7e 100644
--- a/sources/pyside6/tests/QtWidgets/keep_reference_test.py
+++ b/sources/pyside6/tests/QtWidgets/keep_reference_test.py
@@ -89,4 +89,3 @@ class KeepReferenceTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qaction_test.py b/sources/pyside6/tests/QtWidgets/qaction_test.py
index 629d60f33..e6092df0c 100644
--- a/sources/pyside6/tests/QtWidgets/qaction_test.py
+++ b/sources/pyside6/tests/QtWidgets/qaction_test.py
@@ -63,4 +63,3 @@ class SetShortcutTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py b/sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py
index 29841a7d0..1cf43db73 100644
--- a/sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py
+++ b/sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py
@@ -40,4 +40,3 @@ class QGraphicsProxyWidgetTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py b/sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
index ce6e07d40..fa6455f14 100644
--- a/sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
+++ b/sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
@@ -45,4 +45,3 @@ class TestInputDialog(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qmainwindow_test.py b/sources/pyside6/tests/QtWidgets/qmainwindow_test.py
index 9cea36313..a4ca87758 100644
--- a/sources/pyside6/tests/QtWidgets/qmainwindow_test.py
+++ b/sources/pyside6/tests/QtWidgets/qmainwindow_test.py
@@ -95,4 +95,3 @@ class TestMainWindow(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qpicture_test.py b/sources/pyside6/tests/QtWidgets/qpicture_test.py
index 2825c12fc..884f391a9 100644
--- a/sources/pyside6/tests/QtWidgets/qpicture_test.py
+++ b/sources/pyside6/tests/QtWidgets/qpicture_test.py
@@ -46,4 +46,3 @@ class QPictureTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qpushbutton_test.py b/sources/pyside6/tests/QtWidgets/qpushbutton_test.py
index b8a10e4e2..ba5e04f1d 100644
--- a/sources/pyside6/tests/QtWidgets/qpushbutton_test.py
+++ b/sources/pyside6/tests/QtWidgets/qpushbutton_test.py
@@ -52,4 +52,3 @@ class QPushButtonTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qsplitter_test.py b/sources/pyside6/tests/QtWidgets/qsplitter_test.py
index c00af837f..2a9c5c554 100644
--- a/sources/pyside6/tests/QtWidgets/qsplitter_test.py
+++ b/sources/pyside6/tests/QtWidgets/qsplitter_test.py
@@ -27,4 +27,3 @@ class QSplitterTest(UsesQApplication):
if __name__ == "__main__":
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qtableview_test.py b/sources/pyside6/tests/QtWidgets/qtableview_test.py
index 07bcf6a10..bcb0b8120 100644
--- a/sources/pyside6/tests/QtWidgets/qtableview_test.py
+++ b/sources/pyside6/tests/QtWidgets/qtableview_test.py
@@ -26,4 +26,3 @@ class QPenTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py b/sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py
index 72265d9fb..f0fb690bb 100644
--- a/sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py
+++ b/sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py
@@ -48,4 +48,3 @@ class testSignalWithCPPSlot(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/standardpixmap_test.py b/sources/pyside6/tests/QtWidgets/standardpixmap_test.py
index de993595e..8fdd63e69 100644
--- a/sources/pyside6/tests/QtWidgets/standardpixmap_test.py
+++ b/sources/pyside6/tests/QtWidgets/standardpixmap_test.py
@@ -25,4 +25,3 @@ class StandardPixmapTest(UsesQApplication):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/QtWidgets/test_module_template.py b/sources/pyside6/tests/QtWidgets/test_module_template.py
index f194ac925..5993b9565 100644
--- a/sources/pyside6/tests/QtWidgets/test_module_template.py
+++ b/sources/pyside6/tests/QtWidgets/test_module_template.py
@@ -25,4 +25,3 @@ class MyQWidget(QWidget):
class Sentinel():
value = 10
-
diff --git a/sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py b/sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py
index 6ae792474..91e344229 100644
--- a/sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py
+++ b/sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py
@@ -82,4 +82,3 @@ if __name__ == '__main__':
#widget.startTimer(500)
#widget.show()
#app.exec()
-
diff --git a/sources/pyside6/tests/QtXml/qdomdocument_test.py b/sources/pyside6/tests/QtXml/qdomdocument_test.py
index bcb5ce67f..8fe4f6e17 100644
--- a/sources/pyside6/tests/QtXml/qdomdocument_test.py
+++ b/sources/pyside6/tests/QtXml/qdomdocument_test.py
@@ -80,4 +80,3 @@ class QDomDocumentTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/decoratedslot_test.py b/sources/pyside6/tests/pysidetest/decoratedslot_test.py
index 5902f41fc..f400324b5 100644
--- a/sources/pyside6/tests/pysidetest/decoratedslot_test.py
+++ b/sources/pyside6/tests/pysidetest/decoratedslot_test.py
@@ -48,4 +48,3 @@ class DecoratedSlotTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py b/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py
index 9bc4172ec..19eee7506 100644
--- a/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py
+++ b/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py
@@ -107,4 +107,3 @@ class HomonymousMultipleInheritanceTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/list_signal_test.py b/sources/pyside6/tests/pysidetest/list_signal_test.py
index 42524933b..6fd1f9194 100644
--- a/sources/pyside6/tests/pysidetest/list_signal_test.py
+++ b/sources/pyside6/tests/pysidetest/list_signal_test.py
@@ -32,4 +32,3 @@ class ListConnectionTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py b/sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py
index d4fb039ed..3209f749f 100644
--- a/sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py
+++ b/sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py
@@ -203,4 +203,3 @@ class MixinTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/modelview_test.py b/sources/pyside6/tests/pysidetest/modelview_test.py
index 3bcfc9cdc..f40f96d35 100644
--- a/sources/pyside6/tests/pysidetest/modelview_test.py
+++ b/sources/pyside6/tests/pysidetest/modelview_test.py
@@ -83,4 +83,3 @@ class ModelViewTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/repr_test.py b/sources/pyside6/tests/pysidetest/repr_test.py
index 393d46967..28fc701b0 100644
--- a/sources/pyside6/tests/pysidetest/repr_test.py
+++ b/sources/pyside6/tests/pysidetest/repr_test.py
@@ -62,4 +62,3 @@ class QObjectDerivedReprTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/signalandnamespace_test.py b/sources/pyside6/tests/pysidetest/signalandnamespace_test.py
index 7d8c711c9..605def928 100644
--- a/sources/pyside6/tests/pysidetest/signalandnamespace_test.py
+++ b/sources/pyside6/tests/pysidetest/signalandnamespace_test.py
@@ -101,4 +101,3 @@ class ModelViewTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/pysidetest/testobject.h b/sources/pyside6/tests/pysidetest/testobject.h
index 054d0ce59..9689589ad 100644
--- a/sources/pyside6/tests/pysidetest/testobject.h
+++ b/sources/pyside6/tests/pysidetest/testobject.h
@@ -141,4 +141,3 @@ signals:
} // Namespace PySideCPP2
#endif // TESTOBJECT_H
-
diff --git a/sources/pyside6/tests/pysidetest/testview.h b/sources/pyside6/tests/pysidetest/testview.h
index 746def83e..0115c5894 100644
--- a/sources/pyside6/tests/pysidetest/testview.h
+++ b/sources/pyside6/tests/pysidetest/testview.h
@@ -32,4 +32,3 @@ private:
};
#endif // TESTVIEW_H
-
diff --git a/sources/pyside6/tests/pysidetest/version_test.py b/sources/pyside6/tests/pysidetest/version_test.py
index a1280f14d..f23ebce46 100644
--- a/sources/pyside6/tests/pysidetest/version_test.py
+++ b/sources/pyside6/tests/pysidetest/version_test.py
@@ -29,4 +29,3 @@ class CheckForVariablesTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-
diff --git a/sources/pyside6/tests/util/httpd.py b/sources/pyside6/tests/util/httpd.py
index 198d226bb..925bd1125 100644
--- a/sources/pyside6/tests/util/httpd.py
+++ b/sources/pyside6/tests/util/httpd.py
@@ -150,4 +150,3 @@ class TestServer(threading.Thread):
def shutdown(self):
self.httpd.shutdown()
self.join()
-
diff --git a/sources/pyside6/tests/util/valgrind-python.supp b/sources/pyside6/tests/util/valgrind-python.supp
index a54b451b3..129d68989 100644
--- a/sources/pyside6/tests/util/valgrind-python.supp
+++ b/sources/pyside6/tests/util/valgrind-python.supp
@@ -345,5 +345,3 @@
Memcheck:Value4
fun:SHA1_Update
}
-
-
diff --git a/sources/shiboken6/AUTHORS b/sources/shiboken6/AUTHORS
index 4bb16b2dd..635778b84 100644
--- a/sources/shiboken6/AUTHORS
+++ b/sources/shiboken6/AUTHORS
@@ -9,4 +9,3 @@ Lauro Moura <[email protected]>
Luciano Wolf <[email protected]>
Marcelo Lira <[email protected]>
Renato Araujo Oliveira Filho <[email protected]>
-
diff --git a/sources/shiboken6/ApiExtractor/AUTHORS b/sources/shiboken6/ApiExtractor/AUTHORS
index 6e802fb53..6484b68a4 100644
--- a/sources/shiboken6/ApiExtractor/AUTHORS
+++ b/sources/shiboken6/ApiExtractor/AUTHORS
@@ -5,4 +5,3 @@ Lauro Moura <[email protected]>
Luciano Wolf <[email protected]>
Marcelo Lira <[email protected]>
Renato Araujo Oliveira Filho <[email protected]>
-
diff --git a/sources/shiboken6/ApiExtractor/apiextractor.h b/sources/shiboken6/ApiExtractor/apiextractor.h
index 7bff5c252..a15005e44 100644
--- a/sources/shiboken6/ApiExtractor/apiextractor.h
+++ b/sources/shiboken6/ApiExtractor/apiextractor.h
@@ -84,4 +84,3 @@ private:
};
#endif // APIEXTRACTOR_H
-
diff --git a/sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp b/sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp
index b6eda651c..18b4488c3 100644
--- a/sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp
+++ b/sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp
@@ -208,4 +208,3 @@ QDebug operator<<(QDebug dbg, const QXmlStreamAttributes &attrs)
dbg << ')';
return dbg;
}
-
diff --git a/sources/shiboken6/ApiExtractor/doxygenparser.cpp b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
index 0219ef4bc..7550ac187 100644
--- a/sources/shiboken6/ApiExtractor/doxygenparser.cpp
+++ b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
@@ -225,4 +225,3 @@ Documentation DoxygenParser::retrieveModuleDocumentation(const QString& name){
const QString doc = getDocumentation(xquery, query, DocModificationList());
return Documentation(doc, {}, sourceFile);
}
-
diff --git a/sources/shiboken6/ApiExtractor/qtdocparser.h b/sources/shiboken6/ApiExtractor/qtdocparser.h
index e3603236a..a538b21dc 100644
--- a/sources/shiboken6/ApiExtractor/qtdocparser.h
+++ b/sources/shiboken6/ApiExtractor/qtdocparser.h
@@ -43,4 +43,3 @@ private:
};
#endif // QTDOCPARSER_H
-
diff --git a/sources/shiboken6/ApiExtractor/tests/CMakeLists.txt b/sources/shiboken6/ApiExtractor/tests/CMakeLists.txt
index 76c014fbb..731c0a879 100644
--- a/sources/shiboken6/ApiExtractor/tests/CMakeLists.txt
+++ b/sources/shiboken6/ApiExtractor/tests/CMakeLists.txt
@@ -63,4 +63,3 @@ declare_test(testtyperevision)
if (NOT DISABLE_DOCSTRINGS)
declare_test(testmodifydocumentation)
endif()
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testcontainer.cpp b/sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
index 0bb72b3c1..e185e91cb 100644
--- a/sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
@@ -81,4 +81,3 @@ void TestContainer::testListOfValueType()
}
QTEST_APPLESS_MAIN(TestContainer)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp b/sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
index 2152d39de..649da1741 100644
--- a/sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
@@ -154,5 +154,3 @@ protected:
}
QTEST_APPLESS_MAIN(TestDtorInformation)
-
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp b/sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp
index 18eaf5774..f8b6257c9 100644
--- a/sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp
@@ -76,4 +76,3 @@ void TestFunctionTag::testRenameGlobalFunction()
}
QTEST_APPLESS_MAIN(TestFunctionTag)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testnamespace.cpp b/sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
index 3773e614a..600c1888c 100644
--- a/sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
@@ -74,4 +74,3 @@ void NamespaceTest::testNamespaceInnerClassMembers()
}
QTEST_APPLESS_MAIN(NamespaceTest)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp b/sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp
index 9eef7ec47..132d8ed50 100644
--- a/sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp
@@ -87,4 +87,3 @@ void TestNumericalTypedef::testUnsignedNumericalTypedef()
}
QTEST_APPLESS_MAIN(TestNumericalTypedef)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp b/sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
index 99cced09d..6c2ea1221 100644
--- a/sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
@@ -37,4 +37,3 @@ void TestPrimitiveTypeTag::testPrimitiveTypeDefaultConstructor()
}
QTEST_APPLESS_MAIN(TestPrimitiveTypeTag)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp b/sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
index f2e261624..ffc9e688c 100644
--- a/sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
@@ -80,5 +80,3 @@ void TestRefCountTag::testWithApiVersion()
QTEST_APPLESS_MAIN(TestRefCountTag)
-
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp b/sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
index ae85c5a86..9eff81494 100644
--- a/sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
@@ -33,5 +33,3 @@ void TestReferenceToPointer::testReferenceToPointerArgument()
}
QTEST_APPLESS_MAIN(TestReferenceToPointer)
-
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testremovefield.cpp b/sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
index 2cc82071b..71d9e0df4 100644
--- a/sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
@@ -72,5 +72,3 @@ struct A {
}
QTEST_APPLESS_MAIN(TestRemoveField)
-
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp b/sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
index 17a069b5e..8557f3a7e 100644
--- a/sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
@@ -95,4 +95,3 @@ struct A {
}
QTEST_APPLESS_MAIN(TestRemoveOperatorMethod)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp b/sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
index f4eecff2c..86584d181 100644
--- a/sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
@@ -126,4 +126,3 @@ void TestReverseOperators::testSpaceshipOperator()
}
QTEST_APPLESS_MAIN(TestReverseOperators)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testtoposort.cpp b/sources/shiboken6/ApiExtractor/tests/testtoposort.cpp
index 50cefcfe9..ec1cc5e28 100644
--- a/sources/shiboken6/ApiExtractor/tests/testtoposort.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testtoposort.cpp
@@ -58,4 +58,3 @@ void TestTopoSort::testTopoSort()
}
QTEST_APPLESS_MAIN(TestTopoSort)
-
diff --git a/sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp b/sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
index 72dae8cc5..2ba9efee0 100644
--- a/sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
+++ b/sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
@@ -88,5 +88,3 @@ class Bar20 {};
}
QTEST_APPLESS_MAIN(TestTypeRevision)
-
-
diff --git a/sources/shiboken6/CMakeLists.txt b/sources/shiboken6/CMakeLists.txt
index 9e1bb09b3..efc2ec7cf 100644
--- a/sources/shiboken6/CMakeLists.txt
+++ b/sources/shiboken6/CMakeLists.txt
@@ -33,4 +33,3 @@ if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()
-
diff --git a/sources/shiboken6/COPYING.libsample b/sources/shiboken6/COPYING.libsample
index 9315102f7..36c9a0ec3 100644
--- a/sources/shiboken6/COPYING.libsample
+++ b/sources/shiboken6/COPYING.libsample
@@ -498,4 +498,3 @@ necessary. Here is a sample; alter the names:
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
-
diff --git a/sources/shiboken6/COPYING.libshiboken b/sources/shiboken6/COPYING.libshiboken
index 9315102f7..36c9a0ec3 100644
--- a/sources/shiboken6/COPYING.libshiboken
+++ b/sources/shiboken6/COPYING.libshiboken
@@ -498,4 +498,3 @@ necessary. Here is a sample; alter the names:
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
-
diff --git a/sources/shiboken6/config.tests/target_python_info/CMakeLists.txt b/sources/shiboken6/config.tests/target_python_info/CMakeLists.txt
index b3f994017..cfc4035ab 100644
--- a/sources/shiboken6/config.tests/target_python_info/CMakeLists.txt
+++ b/sources/shiboken6/config.tests/target_python_info/CMakeLists.txt
@@ -44,4 +44,3 @@ if(COMMAND _python_get_config_var)
message(STATUS "qfp:python_info:config_dir: ${_${_PYTHON_PREFIX}_CONFIGDIR}")
endif()
endif()
-
diff --git a/sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt b/sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt
index 7cc6b6ffc..fbb78ffaf 100644
--- a/sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt
+++ b/sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt
@@ -36,4 +36,3 @@ message(STATUS "qfp:qt_info:QT_INSTALL_QML: ${QT6_INSTALL_PREFIX}/${QT6_INSTALL_
message(STATUS "qfp:qt_info:QT_INSTALL_TESTS: ${QT6_INSTALL_PREFIX}/${QT6_INSTALL_TESTS}")
message(STATUS "qfp:qt_info:QT_INSTALL_TRANSLATIONS: ${QT6_INSTALL_PREFIX}/${QT6_INSTALL_TRANSLATIONS}")
message(STATUS "qfp:qt_info:is_shared: ${QT6_IS_SHARED_LIBS_BUILD}")
-
diff --git a/sources/shiboken6/data/CMakeLists.txt b/sources/shiboken6/data/CMakeLists.txt
index 679eefe6a..45e04c9c7 100644
--- a/sources/shiboken6/data/CMakeLists.txt
+++ b/sources/shiboken6/data/CMakeLists.txt
@@ -57,4 +57,3 @@ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/ShibokenHelpers.cmake"
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/shiboken6${shiboken6_SUFFIX}.pc"
DESTINATION "${LIB_INSTALL_DIR}/pkgconfig")
-
diff --git a/sources/shiboken6/data/generatorrunner.1 b/sources/shiboken6/data/generatorrunner.1
index f5a61f139..03738a9df 100644
--- a/sources/shiboken6/data/generatorrunner.1
+++ b/sources/shiboken6/data/generatorrunner.1
@@ -73,4 +73,3 @@ Directory where library source code is located
.SH AUTHORS
Lauro Moura <lauro.neto at openbossa dot org>, Bruno Araujo <bruno.araujo at openbossa dot org>, Hugo Lima <hugo.lima at openbossa dot org>
-
diff --git a/sources/shiboken6/data/generatorrunner.pc.in b/sources/shiboken6/data/generatorrunner.pc.in
index a566f4356..686fea8e5 100644
--- a/sources/shiboken6/data/generatorrunner.pc.in
+++ b/sources/shiboken6/data/generatorrunner.pc.in
@@ -10,4 +10,3 @@ Requires: apiextractor
Version: @generatorrunner_VERSION@
Libs: -L${libdir} -lgenrunner@generator_SUFFIX@
Cflags: -I${includedir}@generator_SUFFIX@
-
diff --git a/sources/shiboken6/doc/shibokengenerator.rst b/sources/shiboken6/doc/shibokengenerator.rst
index 411b14885..31df11b81 100644
--- a/sources/shiboken6/doc/shibokengenerator.rst
+++ b/sources/shiboken6/doc/shibokengenerator.rst
@@ -390,4 +390,3 @@ becomes
.. code-block:: ini
VALUE-ARGUMENT = VALUE
-
diff --git a/sources/shiboken6/doc/typesystem_codegeneration.rst b/sources/shiboken6/doc/typesystem_codegeneration.rst
index fb41e28e1..a74b779bd 100644
--- a/sources/shiboken6/doc/typesystem_codegeneration.rst
+++ b/sources/shiboken6/doc/typesystem_codegeneration.rst
@@ -34,4 +34,3 @@ modification is applied (see :ref:`codeinjectionsemantics`,
The value **Target** means the modification is applied to the
**Python Wrapper**. The value **Native** means the modification is applied to
the **C++ Wrapper**.
-
diff --git a/sources/shiboken6/doc/typesystem_containers.rst b/sources/shiboken6/doc/typesystem_containers.rst
index b5593e20f..9ce0191ee 100644
--- a/sources/shiboken6/doc/typesystem_containers.rst
+++ b/sources/shiboken6/doc/typesystem_containers.rst
@@ -281,4 +281,3 @@ opaque container.
demonstrates an example of using an opaque container `QPointList`, which wraps a C++
`QList<QPoint>`. The corresponding typesystem file where QPointList can be found `here
<https://code.qt.io/cgit/pyside/pyside-setup.git/tree/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml>`_
-
diff --git a/sources/shiboken6/doc/typesystem_conversionrule.rst b/sources/shiboken6/doc/typesystem_conversionrule.rst
index 9a8f51c18..cee45bfb3 100644
--- a/sources/shiboken6/doc/typesystem_conversionrule.rst
+++ b/sources/shiboken6/doc/typesystem_conversionrule.rst
@@ -130,4 +130,3 @@ attribute, but it isn't unusual that some special check is needed. The variables
the generator as in the ``native-to-target`` tag.
The ``file`` and ``snippet`` attributes are also supported (see :ref:`inject-code` nodes).
-
diff --git a/sources/shiboken6/generator/shiboken/headergenerator.h b/sources/shiboken6/generator/shiboken/headergenerator.h
index 621188524..814d012f1 100644
--- a/sources/shiboken6/generator/shiboken/headergenerator.h
+++ b/sources/shiboken6/generator/shiboken/headergenerator.h
@@ -79,4 +79,3 @@ private:
};
#endif // HEADERGENERATOR_H
-
diff --git a/sources/shiboken6/libshiboken/bindingmanager.cpp b/sources/shiboken6/libshiboken/bindingmanager.cpp
index 9c33f85b0..89990544e 100644
--- a/sources/shiboken6/libshiboken/bindingmanager.cpp
+++ b/sources/shiboken6/libshiboken/bindingmanager.cpp
@@ -559,4 +559,3 @@ bool callInheritedInit(PyObject *self, PyObject *args, PyObject *kwds,
}
} // namespace Shiboken
-
diff --git a/sources/shiboken6/libshiboken/bindingmanager.h b/sources/shiboken6/libshiboken/bindingmanager.h
index 012f06fc3..300783e7a 100644
--- a/sources/shiboken6/libshiboken/bindingmanager.h
+++ b/sources/shiboken6/libshiboken/bindingmanager.h
@@ -92,4 +92,3 @@ LIBSHIBOKEN_API bool callInheritedInit(PyObject *self, PyObject *args, PyObject
} // namespace Shiboken
#endif // BINDINGMANAGER_H
-
diff --git a/sources/shiboken6/libshiboken/gilstate.cpp b/sources/shiboken6/libshiboken/gilstate.cpp
index 8daa93b8b..4414de648 100644
--- a/sources/shiboken6/libshiboken/gilstate.cpp
+++ b/sources/shiboken6/libshiboken/gilstate.cpp
@@ -35,4 +35,3 @@ void GilState::abandon()
}
} // namespace Shiboken
-
diff --git a/sources/shiboken6/libshiboken/gilstate.h b/sources/shiboken6/libshiboken/gilstate.h
index abad9d955..1714d77a5 100644
--- a/sources/shiboken6/libshiboken/gilstate.h
+++ b/sources/shiboken6/libshiboken/gilstate.h
@@ -30,4 +30,3 @@ private:
} // namespace Shiboken
#endif // GILSTATE_H
-
diff --git a/sources/shiboken6/libshiboken/shiboken.h b/sources/shiboken6/libshiboken/shiboken.h
index 27ba05fa7..0e48364c4 100644
--- a/sources/shiboken6/libshiboken/shiboken.h
+++ b/sources/shiboken6/libshiboken/shiboken.h
@@ -25,4 +25,3 @@
#include "signature.h"
#endif // SHIBOKEN_H
-
diff --git a/sources/shiboken6/libshiboken/threadstatesaver.cpp b/sources/shiboken6/libshiboken/threadstatesaver.cpp
index 9f74ed442..998725d0c 100644
--- a/sources/shiboken6/libshiboken/threadstatesaver.cpp
+++ b/sources/shiboken6/libshiboken/threadstatesaver.cpp
@@ -28,4 +28,3 @@ void ThreadStateSaver::restore()
}
} // namespace Shiboken
-
diff --git a/sources/shiboken6/libshiboken/threadstatesaver.h b/sources/shiboken6/libshiboken/threadstatesaver.h
index 4289f6726..86bd7ac3b 100644
--- a/sources/shiboken6/libshiboken/threadstatesaver.h
+++ b/sources/shiboken6/libshiboken/threadstatesaver.h
@@ -29,4 +29,3 @@ private:
} // namespace Shiboken
#endif // THREADSTATESAVER_H
-
diff --git a/sources/shiboken6/tests/libminimal/CMakeLists.txt b/sources/shiboken6/tests/libminimal/CMakeLists.txt
index 4a10f96bf..e1d7dda38 100644
--- a/sources/shiboken6/tests/libminimal/CMakeLists.txt
+++ b/sources/shiboken6/tests/libminimal/CMakeLists.txt
@@ -18,4 +18,3 @@ add_library(libminimal SHARED ${libminimal_SRC})
target_include_directories(libminimal PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(libminimal PRIVATE LIBMINIMAL_BUILD)
set_property(TARGET libminimal PROPERTY PREFIX "")
-
diff --git a/sources/shiboken6/tests/libminimal/listuser.h b/sources/shiboken6/tests/libminimal/listuser.h
index 9904ef27d..281851088 100644
--- a/sources/shiboken6/tests/libminimal/listuser.h
+++ b/sources/shiboken6/tests/libminimal/listuser.h
@@ -69,4 +69,3 @@ struct LIBMINIMAL_API ListUser
};
#endif // LISTUSER_H
-
diff --git a/sources/shiboken6/tests/libminimal/obj.cpp b/sources/shiboken6/tests/libminimal/obj.cpp
index a63a9c3c9..9de87cd3c 100644
--- a/sources/shiboken6/tests/libminimal/obj.cpp
+++ b/sources/shiboken6/tests/libminimal/obj.cpp
@@ -13,4 +13,3 @@ bool Obj::virtualMethod(int val)
{
return !bool(val%2);
}
-
diff --git a/sources/shiboken6/tests/libminimal/obj.h b/sources/shiboken6/tests/libminimal/obj.h
index be0bfb52b..10cf54e71 100644
--- a/sources/shiboken6/tests/libminimal/obj.h
+++ b/sources/shiboken6/tests/libminimal/obj.h
@@ -31,4 +31,3 @@ private:
};
#endif // OBJ_H
-
diff --git a/sources/shiboken6/tests/libminimal/val.h b/sources/shiboken6/tests/libminimal/val.h
index 50f090a7d..c989cab7b 100644
--- a/sources/shiboken6/tests/libminimal/val.h
+++ b/sources/shiboken6/tests/libminimal/val.h
@@ -33,4 +33,3 @@ private:
};
#endif // VAL_H
-
diff --git a/sources/shiboken6/tests/libother/CMakeLists.txt b/sources/shiboken6/tests/libother/CMakeLists.txt
index 0379d740b..ee8e285f2 100644
--- a/sources/shiboken6/tests/libother/CMakeLists.txt
+++ b/sources/shiboken6/tests/libother/CMakeLists.txt
@@ -19,5 +19,3 @@ target_include_directories(libother PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(libother PRIVATE LIBOTHER_BUILD)
target_link_libraries(libother PUBLIC libsample libsmart)
set_property(TARGET libother PROPERTY PREFIX "")
-
-
diff --git a/sources/shiboken6/tests/libsample/CMakeLists.txt b/sources/shiboken6/tests/libsample/CMakeLists.txt
index 926972340..ac0ef0511 100644
--- a/sources/shiboken6/tests/libsample/CMakeLists.txt
+++ b/sources/shiboken6/tests/libsample/CMakeLists.txt
@@ -92,4 +92,3 @@ add_library(libsample SHARED ${libsample_SRC})
target_include_directories(libsample PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(libsample PRIVATE LIBSAMPLE_BUILD)
set_property(TARGET libsample PROPERTY PREFIX "")
-
diff --git a/sources/shiboken6/tests/libsample/collector.h b/sources/shiboken6/tests/libsample/collector.h
index 26766847a..60e90d7b8 100644
--- a/sources/shiboken6/tests/libsample/collector.h
+++ b/sources/shiboken6/tests/libsample/collector.h
@@ -34,4 +34,3 @@ private:
LIBSAMPLE_API Collector &operator<<(Collector &, const IntWrapper &);
#endif // COLLECTOR_H
-
diff --git a/sources/shiboken6/tests/libsample/complex.h b/sources/shiboken6/tests/libsample/complex.h
index 168fe5c44..1fa6b3305 100644
--- a/sources/shiboken6/tests/libsample/complex.h
+++ b/sources/shiboken6/tests/libsample/complex.h
@@ -29,4 +29,3 @@ private:
};
#endif // COMPLEX_H
-
diff --git a/sources/shiboken6/tests/libsample/derived.h b/sources/shiboken6/tests/libsample/derived.h
index cf95cb601..6ed58ee28 100644
--- a/sources/shiboken6/tests/libsample/derived.h
+++ b/sources/shiboken6/tests/libsample/derived.h
@@ -69,4 +69,3 @@ private:
void pureVirtualPrivate() override;
};
#endif // DERIVED_H
-
diff --git a/sources/shiboken6/tests/libsample/filter.h b/sources/shiboken6/tests/libsample/filter.h
index d82d38eb8..61d57f1c3 100644
--- a/sources/shiboken6/tests/libsample/filter.h
+++ b/sources/shiboken6/tests/libsample/filter.h
@@ -66,5 +66,3 @@ private:
LIBSAMPLE_API Intersection operator&(const Intersection &a, const Intersection &b);
#endif // FILTER_H
-
-
diff --git a/sources/shiboken6/tests/libsample/injectcode.h b/sources/shiboken6/tests/libsample/injectcode.h
index 74046dad5..2d3db9c7c 100644
--- a/sources/shiboken6/tests/libsample/injectcode.h
+++ b/sources/shiboken6/tests/libsample/injectcode.h
@@ -41,4 +41,3 @@ private:
};
#endif // INJECTCODE_H
-
diff --git a/sources/shiboken6/tests/libsample/listuser.h b/sources/shiboken6/tests/libsample/listuser.h
index 96781ed16..69559cde5 100644
--- a/sources/shiboken6/tests/libsample/listuser.h
+++ b/sources/shiboken6/tests/libsample/listuser.h
@@ -50,4 +50,3 @@ private:
};
#endif // LISTUSER_H
-
diff --git a/sources/shiboken6/tests/libsample/main.cpp b/sources/shiboken6/tests/libsample/main.cpp
index 1b44642ae..4c4d309fd 100644
--- a/sources/shiboken6/tests/libsample/main.cpp
+++ b/sources/shiboken6/tests/libsample/main.cpp
@@ -206,4 +206,3 @@ main(int argv, char **argc)
return 0;
}
-
diff --git a/sources/shiboken6/tests/libsample/modified_constructor.cpp b/sources/shiboken6/tests/libsample/modified_constructor.cpp
index c39c97738..153681310 100644
--- a/sources/shiboken6/tests/libsample/modified_constructor.cpp
+++ b/sources/shiboken6/tests/libsample/modified_constructor.cpp
@@ -12,5 +12,3 @@ int ModifiedConstructor::retrieveValue() const
{
return m_stored_value;
}
-
-
diff --git a/sources/shiboken6/tests/libsample/modified_constructor.h b/sources/shiboken6/tests/libsample/modified_constructor.h
index a27899f3f..bf5ee2c68 100644
--- a/sources/shiboken6/tests/libsample/modified_constructor.h
+++ b/sources/shiboken6/tests/libsample/modified_constructor.h
@@ -18,4 +18,3 @@ private:
};
#endif // MODIFIEDCONSTRUCTOR_H
-
diff --git a/sources/shiboken6/tests/libsample/noimplicitconversion.h b/sources/shiboken6/tests/libsample/noimplicitconversion.h
index a0b91380b..995189e96 100644
--- a/sources/shiboken6/tests/libsample/noimplicitconversion.h
+++ b/sources/shiboken6/tests/libsample/noimplicitconversion.h
@@ -24,4 +24,3 @@ private:
};
#endif // NOIMPLICITCONVERSION_H
-
diff --git a/sources/shiboken6/tests/libsmart/CMakeLists.txt b/sources/shiboken6/tests/libsmart/CMakeLists.txt
index 95f0cffd6..7de0d11ac 100644
--- a/sources/shiboken6/tests/libsmart/CMakeLists.txt
+++ b/sources/shiboken6/tests/libsmart/CMakeLists.txt
@@ -20,4 +20,3 @@ add_library(libsmart SHARED ${libsmart_SRC})
target_include_directories(libsmart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(libsmart PRIVATE LIBSMART_BUILD)
set_property(TARGET libsmart PROPERTY PREFIX "")
-
diff --git a/sources/shiboken6/tests/otherbinding/CMakeLists.txt b/sources/shiboken6/tests/otherbinding/CMakeLists.txt
index 0ec3d998f..2fbc5996e 100644
--- a/sources/shiboken6/tests/otherbinding/CMakeLists.txt
+++ b/sources/shiboken6/tests/otherbinding/CMakeLists.txt
@@ -59,4 +59,3 @@ endif()
add_dependencies(other sample smart)
create_generator_target(other)
-
diff --git a/sources/shiboken6/tests/test_generator/CMakeLists.txt b/sources/shiboken6/tests/test_generator/CMakeLists.txt
index e1d078894..c2f76167d 100644
--- a/sources/shiboken6/tests/test_generator/CMakeLists.txt
+++ b/sources/shiboken6/tests/test_generator/CMakeLists.txt
@@ -62,4 +62,3 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/dummygentest-project.txt.in"
declare_test(dummygentest)
add_dependencies(dummygenerator generatorrunner)
-
diff --git a/sources/shiboken6/tests/test_generator/dummygenerator.cpp b/sources/shiboken6/tests/test_generator/dummygenerator.cpp
index 8a5079820..7177bc75c 100644
--- a/sources/shiboken6/tests/test_generator/dummygenerator.cpp
+++ b/sources/shiboken6/tests/test_generator/dummygenerator.cpp
@@ -42,4 +42,3 @@ DummyGenerator::doSetup(const QMap<QString, QString>& args)
}
return true;
}
-
diff --git a/sources/shiboken6/tests/test_generator/dummygentest-project.txt.in b/sources/shiboken6/tests/test_generator/dummygentest-project.txt.in
index 0a076d8bd..174f82f78 100644
--- a/sources/shiboken6/tests/test_generator/dummygentest-project.txt.in
+++ b/sources/shiboken6/tests/test_generator/dummygentest-project.txt.in
@@ -17,4 +17,3 @@ api-version = 1.2.3
debug = sparse
no-suppress-warnings
-
diff --git a/sources/shiboken6/tests/test_generator/dummygentest.cpp b/sources/shiboken6/tests/test_generator/dummygentest.cpp
index d439e3d8c..f2f6bd3e3 100644
--- a/sources/shiboken6/tests/test_generator/dummygentest.cpp
+++ b/sources/shiboken6/tests/test_generator/dummygentest.cpp
@@ -111,4 +111,3 @@ void DummyGenTest::testProjectFileArgumentsReading()
QTEST_APPLESS_MAIN(DummyGenTest)
#include "dummygentest.moc"
-
diff --git a/sources/shiboken6/tests/test_generator/dummygentest.h b/sources/shiboken6/tests/test_generator/dummygentest.h
index 1b1143b0a..ab5a69fe1 100644
--- a/sources/shiboken6/tests/test_generator/dummygentest.h
+++ b/sources/shiboken6/tests/test_generator/dummygentest.h
@@ -28,4 +28,3 @@ private slots:
};
#endif
-
diff --git a/sources/shiboken6/tests/test_generator/dummygentestconfig.h.in b/sources/shiboken6/tests/test_generator/dummygentestconfig.h.in
index 9da17dcd3..002d846a2 100644
--- a/sources/shiboken6/tests/test_generator/dummygentestconfig.h.in
+++ b/sources/shiboken6/tests/test_generator/dummygentestconfig.h.in
@@ -12,4 +12,3 @@
#endif
#endif // DUMMYGENTESTCONFIG_H
-
diff --git a/sources/shiboken6/tests/test_generator/main.cpp b/sources/shiboken6/tests/test_generator/main.cpp
index ba4440b2f..325936d56 100644
--- a/sources/shiboken6/tests/test_generator/main.cpp
+++ b/sources/shiboken6/tests/test_generator/main.cpp
@@ -11,4 +11,3 @@ int main(int argc, char *argv[])
args.append(argv[i]);
return QProcess::execute("generatorrunner", args);
}
-