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:25:52 +0900 |
commit | 05ee12e2df827059e6f1d01524c19905501cf105 (patch) | |
tree | 877b5f52ae689fb9e39eea1a8e06e650e2bedf3e /dcop | |
parent | 90bf87760453c5fb32e6b135dfcfadc2d7700886 (diff) | |
download | tdelibs-05ee12e2df827059e6f1d01524c19905501cf105.tar.gz tdelibs-05ee12e2df827059e6f1d01524c19905501cf105.zip |
Fixed more uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcop')
-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 607e2e52a..5523365c8 100644 --- a/dcop/dcopclient.cpp +++ b/dcop/dcopclient.cpp @@ -436,9 +436,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: |