Navigation Menu

Skip to content

Commit

Permalink
tweaked bin/art.in indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NalaGinrut committed Mar 3, 2018
1 parent 9f1ac46 commit 6c0ea12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/art.in
Expand Up @@ -3,7 +3,7 @@
!#

;; -*- indent-tabs-mode:nil; coding: utf-8 -*-
;; Copyright (C) 2015
;; Copyright (C) 2015,2018
;; "Mu Lei" known as "NalaGinrut" <NalaGinrut@gmail.com>
;; Artanis is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License and GNU
Expand Down Expand Up @@ -39,9 +39,9 @@
((string=? name "help") ((module-ref mod 'main)))
(else
(parameterize ((%current-toplevel (find-ENTRY-path identity (string=? name "create"))))
(apply (module-ref mod 'main) (if (no-command-args? args)
'()
(cdr args))))))))
(apply (module-ref mod 'main) (if (no-command-args? args)
'()
(cdr args))))))))
((string=? (cadr args) "list-all-cmds")
(format #t "~{~a~^ ~}~%" ((@@ (artanis commands help) get-all-commands))))
(else
Expand Down

0 comments on commit 6c0ea12

Please sign in to comment.