more whitespace removal

This commit is contained in:
Mark Flamer
2013-10-21 21:36:48 -07:00
parent 129e72de70
commit b27aae4bf9

View File

@@ -621,9 +621,7 @@ type
proc initSameTypeClosure: TSameTypeClosure =
# we do the initialization lazily for performance (avoids memory allocations)
nil
proc containsOrIncl(c: var TSameTypeClosure, a, b: PType): bool =
result = not IsNil(c.s) and c.s.contains((a.id, b.id))
if not result: