Tabify recent change to sf/subst.scm, for consistency.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 21 Sep 2009 23:28:30 +0000 (19:28 -0400)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 21 Sep 2009 23:28:30 +0000 (19:28 -0400)
src/sf/subst.scm

index 2dd2fb40059dca810b2d942e41b78c730f559f53..1ddbc1e86752f387853c80e63bfc4fc760255225 100644 (file)
@@ -568,9 +568,9 @@ you ask for.
                 (operator* (combination/operator operator)))
             (cond ((procedure? operator*) (descend operator*))
                   ((integrate/compound-operator
-                     operator*
-                     (combination/operands operator))
-                    => descend)
+                    operator*
+                    (combination/operands operator))
+                   => descend)
                   (else #f))))
          ((declaration? operator)
           (scan-body (declaration/expression operator)