pespin submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved pespin: Verified
cosmetic: mncc_mt_loadgen.py: Fix trailing whitespace

Change-Id: I8581e7837df29daa2a0fd1676cc730345872b0d5
---
M mncc_mt_loadgen.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mncc_mt_loadgen.py b/mncc_mt_loadgen.py
index 9a88066..8e7a65b 100755
--- a/mncc_mt_loadgen.py
+++ b/mncc_mt_loadgen.py
@@ -148,7 +148,7 @@
self.mncc_act.tell({'type': 'send', 'msg': mncc_rtp_conn})
elif message['type'] == 'call_state_change':
if message['new_state'] == 'NULL':
- # Call FSM has reached the NULL state again (call terminated)
+ # Call FSM has reached the NULL state again (call terminated)
# on_stop() will clean up the RTP connection at rtpsource
self.stop()


To view, visit change 39142. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: mncc-python
Gerrit-Branch: master
Gerrit-Change-Id: I8581e7837df29daa2a0fd1676cc730345872b0d5
Gerrit-Change-Number: 39142
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-CC: osmith <osmith@sysmocom.de>