aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/moxie/moxie.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/moxie/moxie.lisp')
-rw-r--r--Lisp/moxie/moxie.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/moxie/moxie.lisp b/Lisp/moxie/moxie.lisp
index c18e630..7a2336f 100644
--- a/Lisp/moxie/moxie.lisp
+++ b/Lisp/moxie/moxie.lisp
@@ -115,7 +115,7 @@ See the functions add-hook and remove-hook.")
(setq i it))
(princ char result))))
result))
-
+
(defun escape-mux-string (string)
"Returns a string made from STRING with substitutions for white space."
(with-output-to-string (result)
@@ -215,4 +215,4 @@ See the functions add-hook and remove-hook.")
"Send CMD and ARGS to Moxie's generic result handler."
(let ((*print-pretty* nil))
(prin1 `(,cmd ,@args) *moxie-result-stream*))
- #-clisp (finish-output *moxie-result-stream*)) \ No newline at end of file
+ #-clisp (finish-output *moxie-result-stream*))