summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fix-misleading-indentations.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-misleading-indentations.patch b/fix-misleading-indentations.patch
deleted file mode 100644
index 04e4c999bbe5..000000000000
--- a/fix-misleading-indentations.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/oscar/SleepLib/session.cpp b/oscar/SleepLib/session.cpp
-index 6fd2e375..6b58424b 100644
---- a/oscar/SleepLib/session.cpp
-+++ b/oscar/SleepLib/session.cpp
-@@ -1145,7 +1145,7 @@ void Session::updateCountSummary(ChannelID code)
- if ( ! ch_p->isNull() ) {
- if ( (ch_p->type() & FLAG) == FLAG )
- return;
-- qDebug() << "No valuesummary for channel " << ch_p->label();
-+ qDebug() << "No valuesummary for channel " << ch_p->label();
- }
- qDebug() << "No valuesummary for channel (hex)" << QString::number(code, 16);
- return;