summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorMark Flamer <mflamer@vectorworks.net>2013-10-21 21:36:48 -0700
committerMark Flamer <mflamer@vectorworks.net>2013-10-21 21:36:53 -0700
commitb27aae4bf9e47992f8d32eeee69e226edaae6bd0 (patch)
treeb1be150906f43daec196da3883780498ff699640 /compiler
parent129e72de70fef24246d230645894cc4b8d7ff38f (diff)
downloadNim-b27aae4bf9e47992f8d32eeee69e226edaae6bd0.tar.gz
more whitespace removal
Diffstat (limited to 'compiler')
-rw-r--r--compiler/types.nim4
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: