diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-01-03 16:25:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-01-03 16:50:58 +0900 |
commit | b3012975a49a6520c1d3fd2108eb86a3dbaf8395 (patch) | |
tree | df677f88717d2a9c310e26a84de9a5d3b0f7a989 /dcop/dcopclient.cpp | |
parent | 93f672a4c14e07366928299eb3c3182a562df086 (diff) | |
download | tdelibs-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/dcopclient.cpp')
-rw-r--r-- | dcop/dcopclient.cpp | 4 |
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: |