aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6
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/pyside6/PySide6
parentf6069b9330fc01b68296ef4dffd474ed98784ec6 (diff)
Fix trailing empty lines
Pick-to: 6.8 Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/pyside6/PySide6')
-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
9 files changed, 0 insertions, 12 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
-
-