gen_state_diagram.py: remove unnecessary semicolon

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-04-03 16:39:17 +02:00
parent eb3350e4b0
commit 7cd9d23ff6

View File

@ -170,7 +170,7 @@ class StateMachineRenderer(object):
if v == state:
yield state+"[shape=Mdiamond];"
found = True
break;
break
if not found:
yield state+";"