Преглед изворни кода

Removed some extraneous space

Samuel W. Flint пре 8 година
родитељ
комит
9135d79158
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      lisp-cas.org

+ 0 - 5
lisp-cas.org

@@ -1359,15 +1359,10 @@ This assembles and packages the algebraic manipulation system into a single file
 #+Name: am-packaging
 #+BEGIN_SRC lisp :tangle "larcs-manipulation.lisp"
   (in-package #:larcs.manipulate)
-
   <<am-determine-expression-type>>
-
   <<am-collect-variables>>
-
   <<am-collect-terms>>
-
   <<am-polynomial-related-functions>>
-
   <<am-expression-manipulation>>
 #+END_SRC