Skip to content

Commit 8b243de

Browse files
author
Steve Powell
committed
Fix ChannelN whitespace error
1 parent 7c93c10 commit 8b243de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@ public AMQCommand transformReply(AMQCommand command) {
560560
quiescingRpc(reason, k);
561561
}
562562

563-
// Now that we're in quiescing state, channel.close was sent and
564-
// we wait for the reply. We ignore the result.
565-
// (It's NOT always close-ok.)
566-
notify = true;
563+
// Now that we're in quiescing state, channel.close was sent and
564+
// we wait for the reply. We ignore the result.
565+
// (It's NOT always close-ok.)
566+
notify = true;
567567
k.getReply(-1);
568568
} catch (TimeoutException ise) {
569569
// Will never happen since we wait infinitely

0 commit comments

Comments
 (0)