summarylogtreecommitdiffstats
path: root/fix-misleading-indentations.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-misleading-indentations.patch')
-rw-r--r--fix-misleading-indentations.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/fix-misleading-indentations.patch b/fix-misleading-indentations.patch
new file mode 100644
index 000000000000..04e4c999bbe5
--- /dev/null
+++ b/fix-misleading-indentations.patch
@@ -0,0 +1,13 @@
+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;