Skip to content

Commit

Permalink
Fixed code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSplinter committed Nov 26, 2017
1 parent 6bff296 commit 5435006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ Example:

(macrolet ((square (a)
(if (numberp a)
(* a a)
`(* ,a ,a))))
(* a a)
`(* ,a ,a))))
(return (square 2)))

Compiled:
Expand Down

0 comments on commit 5435006

Please sign in to comment.