Indentation
Mon Nov 23 13:01:50 UTC 2009 pix@kepibu.org
* Indentation
diff -rN -u old-Oh, Ducks!/oh-ducks.asd new-Oh, Ducks!/oh-ducks.asd
--- old-Oh, Ducks!/oh-ducks.asd 2015-10-01 01:42:59.000000000 +0000
+++ new-Oh, Ducks!/oh-ducks.asd 2015-10-01 01:42:59.000000000 +0000
@@ -32,11 +32,11 @@
:requires (:oh-ducks :closure-html)
:components ((:file "chtml")
(:module "traversal"
- :components ((:file "lhtml")
- (:file "pt")))))
+ :components ((:file "lhtml")
+ (:file "pt")))))
(defsystem-connection ducks+cxml
:requires (:oh-ducks :cxml)
:components ((:file "cxml")
(:module "traversal"
- :components ((:file "dom")))))
+ :components ((:file "dom")))))