Skip to content

Commit

Permalink
Undo accidental newline changes at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Sep 16, 2023
1 parent 4811771 commit 5319d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/ast/ast_query.nim
Original file line number Diff line number Diff line change
Expand Up @@ -758,3 +758,4 @@ iterator forLoopDefs*(forStmt: PNode): PNode =
yield n[j]
else:
yield n

1 change: 1 addition & 0 deletions compiler/ast/ast_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1862,3 +1862,4 @@ proc `comment=`*(n: PNode, a: string) =
proc setUseIc*(useIc: bool) = gconfig.useIc = useIc

func isNil*(id: LibId): bool = id.index == 0

1 change: 1 addition & 0 deletions compiler/backend/jsgen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2537,3 +2537,4 @@ proc genTopLevelStmt*(globals: PGlobals, m: BModule, body: sink Body) =

proc wholeCode*(globals: PGlobals): Rope =
result = globals.typeInfo & globals.constants & globals.code

0 comments on commit 5319d17

Please sign in to comment.