Skip to content

Commit

Permalink
remove trailing whitespace in boxes.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
stylewarning committed Feb 5, 2018
1 parent 95d700d commit 951812b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boxes.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Generally, though not necessarily, the value returned will be EQ in successive c
)
(:documentation "A box which contains superscripts or subscripts."))

(defun script-box (base &key (superscript (empty-box))
(defun script-box (base &key (superscript (empty-box))
(subscript (empty-box)))
"Construct a `SCRIPT-BOX' whose base is BASE, optionally with a superscript box SUPERSCRIPT and subscript box SUBSCRIPT."
(make-instance 'script-box :base base
Expand Down Expand Up @@ -450,4 +450,3 @@ Generally, though not necessarily, the value returned will be EQ in successive c
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; TODO: COLUMN-BOX

0 comments on commit 951812b

Please sign in to comment.