Some minor comment and whitespace cleanup.
[clinton/parenscript.git] / src / lib / ps-html.lisp
index a2197f6..f24682a 100644 (file)
@@ -1,6 +1,6 @@
 (in-package :parenscript)
 
-(defun process-html-forms (forms) ;; this needs a rewrite
+(defun process-html-forms (forms) ; this needs a rewrite
   (let ((res ()))
     (labels ((handle-form (form)
                (cond ((keywordp form)