[neon/neon-packaging/kommit/Neon/unstable] debian/patches: format diff correctly
Carlos De Maine
null at kde.org
Sun Jul 14 10:38:59 BST 2024
Git commit bba30ac1f7ca868ebfe1d8ee03ba7873e6828b46 by Carlos De Maine.
Committed on 14/07/2024 at 09:38.
Pushed by carlosdem into branch 'Neon/unstable'.
format diff correctly
(cherry picked from commit e0e8d71a3ae9fcc0f333a0ff7bd12ea3fd5d5213)
M +12 -12 debian/patches/link_kcrash
https://invent.kde.org/neon/neon-packaging/kommit/-/commit/bba30ac1f7ca868ebfe1d8ee03ba7873e6828b46
diff --git a/debian/patches/link_kcrash b/debian/patches/link_kcrash
index 59209ea..22725c2 100644
--- a/debian/patches/link_kcrash
+++ b/debian/patches/link_kcrash
@@ -4,18 +4,18 @@ index 0d763151f821b852ccc2cbde4f61416ccf876700..4b07994a30178ed42767da269cdea52d
+++ b/src/gui/appwindow.cpp
@@ -42,6 +42,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
-// KF headers
-#include <KActionCollection>
-#include <KCrash>
-#include <KLocalizedString>
-#include <KMessageBox>
-#include <KStandardShortcut>
+ // KF headers
+ #include <KActionCollection>
++ #include <KCrash>
+ #include <KLocalizedString>
+ #include <KMessageBox>
+ #include <KStandardShortcut>
@@ -56,6 +57,8 @@ AppWindow::AppWindow()
-{
- init();
+ {
+ init();
- KCrash::initialize();
++ KCrash::initialize();
- if (KommitSettings::openLastRepo()) {
- QSettings s;
- const QString p = s.value(QStringLiteral("last_repo")).toString();
+ if (KommitSettings::openLastRepo()) {
+ QSettings s;
+ const QString p = s.value(QStringLiteral("last_repo")).toString();
More information about the Neon-commits
mailing list