summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-01-03 16:25:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-01-03 16:50:58 +0900
commitb3012975a49a6520c1d3fd2108eb86a3dbaf8395 (patch)
treedf677f88717d2a9c310e26a84de9a5d3b0f7a989 /dcop
parent93f672a4c14e07366928299eb3c3182a562df086 (diff)
downloadtdelibs-b3012975a49a6520c1d3fd2108eb86a3dbaf8395.tar.gz
tdelibs-b3012975a49a6520c1d3fd2108eb86a3dbaf8395.zip
Fixed more uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 05ee12e2df827059e6f1d01524c19905501cf105)
Diffstat (limited to 'dcop')
-rw-r--r--dcop/dcopclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/dcopclient.cpp b/dcop/dcopclient.cpp
index e2650885f..5f6d090d2 100644
--- a/dcop/dcopclient.cpp
+++ b/dcop/dcopclient.cpp
@@ -439,9 +439,9 @@ static void DCOPProcessMessage(IceConn iceConn, IcePointer clientObject,
return;
}
}
+ tqWarning("Very strange! got a DCOPReplyDelayed opcode, but we were not waiting for a reply!");
+ return;
}
- tqWarning("Very strange! got a DCOPReplyDelayed opcode, but we were not waiting for a reply!");
- return;
case DCOPCall:
case DCOPFind:
case DCOPSend: