mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 01:48:00 +00:00
ast.nim: remove space for unary operator
This commit is contained in:
@@ -1265,7 +1265,7 @@ proc newType*(kind: TTypeKind, owner: PSym): PType =
|
||||
new(result)
|
||||
result.kind = kind
|
||||
result.owner = owner
|
||||
result.size = - 1
|
||||
result.size = -1
|
||||
result.align = 2 # default alignment
|
||||
result.id = getID()
|
||||
result.lockLevel = UnspecifiedLockLevel
|
||||
|
||||
Reference in New Issue
Block a user