Skip to content

Commit

Permalink
whitespace tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
samoconnor committed Apr 17, 2016
1 parent 16bc665 commit 97f21fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/julia-syntax.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3078,8 +3078,8 @@ f(x) = yt(x)
;; (enter L) - push handler with catch block at label L
;; (leave n) - pop N exception handlers
((trycatch)
(let ((catch (make-label))
(endl (make-label)))
(let ((catch (make-label))
(endl (make-label)))
(emit `(enter ,catch))
(set! handler-level (+ handler-level 1))
(let* ((v1 (compile (cadr e)
Expand Down

0 comments on commit 97f21fd

Please sign in to comment.