diff options
author | Mark Flamer <mflamer@vectorworks.net> | 2013-10-21 21:36:48 -0700 |
---|---|---|
committer | Mark Flamer <mflamer@vectorworks.net> | 2013-10-21 21:36:53 -0700 |
commit | b27aae4bf9e47992f8d32eeee69e226edaae6bd0 (patch) | |
tree | b1be150906f43daec196da3883780498ff699640 /compiler | |
parent | 129e72de70fef24246d230645894cc4b8d7ff38f (diff) | |
download | Nim-b27aae4bf9e47992f8d32eeee69e226edaae6bd0.tar.gz |
more whitespace removal
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/types.nim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/types.nim b/compiler/types.nim index fc96810b0..66748c308 100644 --- a/compiler/types.nim +++ b/compiler/types.nim @@ -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: |