浏览代码

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