cleanup (nw)

This commit is contained in:
balr0g 2015-05-17 02:17:00 -04:00
parent 8f49757026
commit 13128ac41c

View File

@ -420,10 +420,7 @@ def CheckSelfAssign(line):
return False
lhs = ls[0].strip()
rhs = ls[1].strip().rstrip(';')
if lhs == rhs:
return True
else:
return False
return lhs == rhs
ins_list = LoadLst(sys.argv[1])
try: