Parcourir la source

[2822] Whitespace fix

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
c049cba60d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/msgq/msgq.py.in

+ 1 - 1
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