Skip to content

Commit

Permalink
Undo whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Mar 13, 2024
1 parent 8a51a12 commit d22e751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ast/trees.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ template cmpFloatRep*(a, b: BiggestFloat): bool =
cast[uint64](a) == cast[uint64](b)

template makeTreeEquivalenceProc*(
name, relaxedKindCheck,symCheck, floatCheck, typeCheck, commentCheck) {.dirty.} =
name, relaxedKindCheck, symCheck, floatCheck, typeCheck, commentCheck) {.dirty.} =
## Defines a tree equivalence checking procedure.
## This skeleton is shared between all recursive
## `PNode` equivalence checks in the compiler code base
Expand Down

0 comments on commit d22e751

Please sign in to comment.