From: Michal 'vorner' Vaner Date: Tue, 11 Jun 2013 08:55:46 +0000 (+0200) Subject: [2822] Whitespace fix X-Git-Tag: bind10-1.2.0beta1-release~406^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c049cba60db67b2ab0beeaccb690d77bd0c63689;p=thirdparty%2Fkea.git [2822] Whitespace fix --- diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in index ba7ac6c924..c6ccff368f 100755 --- a/src/bin/msgq/msgq.py.in +++ b/src/bin/msgq/msgq.py.in @@ -219,7 +219,7 @@ class MsgQ: The notification occurs after the event, so client a subscribing for notifications will get a notification about its own subscription, but - will not get a notification when it unsubscribes. + will not get a notification when it unsubscribes. """ # Due to the interaction between threads (and fear it might influence # sending stuff), we test this method in msgq_run_test, instead of