Skip to content

Commit

Permalink
Now indents the statements inside a function body properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvis committed Apr 8, 2012
1 parent 311956d commit b1e4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elegant-weapons/print-c.scm
Expand Up @@ -201,7 +201,7 @@
((func ,[format-type -> type] ,[format-ident -> name]
,[format-args -> args] ,stmt)
(string-append type " " name "(" args ") {\n"
(format-stmt stmt)
(indent-more (format-stmt stmt))
"\n}\n"))
((kernel-func ,[format-type -> type] ,[format-ident -> name]
,[format-args -> args] ,stmt)
Expand Down

0 comments on commit b1e4683

Please sign in to comment.