]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2822] Whitespace fix
authorMichal 'vorner' Vaner <vorner@vorner.cz>
Tue, 11 Jun 2013 08:55:46 +0000 (10:55 +0200)
committerMichal 'vorner' Vaner <vorner@vorner.cz>
Tue, 11 Jun 2013 08:55:46 +0000 (10:55 +0200)
src/bin/msgq/msgq.py.in

index ba7ac6c9240267fdd98e8ca1e1fc7edb28d4d853..c6ccff368f1e5c33d37bc06cb529c8a3fafa5942 100755 (executable)
@@ -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