diff options
| author | Gabriel Halley <gabhalley@gmail.com> | 2015-10-07 23:11:24 -0400 | 
|---|---|---|
| committer | Gabriel Halley <gabhalley@gmail.com> | 2015-10-07 23:11:24 -0400 | 
| commit | 960ee4a1856db8eadb96277bb2422edfa8f2a81c (patch) | |
| tree | 1afa96957269a218ef2a84d9c9a2d4ab462e8fef /common-lisp.html.markdown | |
| parent | a793d16e3725bdaaf7ca40ff35a7cf0e1aba8488 (diff) | |
removing whitespace all over
Diffstat (limited to 'common-lisp.html.markdown')
| -rw-r--r-- | common-lisp.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index e0597e94..63183c1e 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -261,7 +261,7 @@ nil                  ; for false - and the empty list  (defparameter *adjvec* (make-array '(3) :initial-contents '(1 2 3)        :adjustable t :fill-pointer t)) -       +  *adjvec* ; => #(1 2 3)  ;; Adding new element: | 
