From d1a7d5ba3ea2e75d86d88607f727603a3b1b50c8 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 12 Aug 2009 14:43:40 +0000 Subject: Minor whitespace adjustment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803540 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Link.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/Link.cpp') diff --git a/cpp/src/qpid/broker/Link.cpp b/cpp/src/qpid/broker/Link.cpp index d2ecb9dd52..9ce0c710bd 100644 --- a/cpp/src/qpid/broker/Link.cpp +++ b/cpp/src/qpid/broker/Link.cpp @@ -419,7 +419,7 @@ Manageable::status_t Link::ManagementMethod (uint32_t op, Args& args, string& te { 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 -- cgit v1.2.1