You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/08/12 16:43:40 UTC

svn commit: r803540 - /qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp

Author: gsim
Date: Wed Aug 12 14:43:40 2009
New Revision: 803540

URL: http://svn.apache.org/viewvc?rev=803540&view=rev
Log:
Minor whitespace adjustment.


Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp?rev=803540&r1=803539&r2=803540&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp Wed Aug 12 14:43:40 2009
@@ -419,7 +419,7 @@
     {
     case _qmf::Link::METHOD_CLOSE :
         checkClosePermission();
-	if (!closing) {
+        if (!closing) {
 	    closing = true;
 	    if (state != STATE_CONNECTING && connection) {
                 //connection can only be closed on the connections own IO processing thread



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org