Fix trailing whitespace.
authorChris Hanson <org/chris-hanson/cph>
Sat, 17 May 2014 05:10:17 +0000 (22:10 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 17 May 2014 05:10:17 +0000 (22:10 -0700)
src/compiler/rtlgen/opncod.scm

index 2fb468dbebc0df3132abfca19a45a9f776f7dfc4..e521373e1a90c190cd0085677948e6153e2a744c 100644 (file)
@@ -514,7 +514,7 @@ USA.
              (make-constant-locative
               (make-variable-locative base
                                       (rtl:make-object->datum index))
-              header-length-in-units)))))             
+              header-length-in-units)))))
       (if (rtl:constant? index)
          (let ((value (rtl:constant-value index)))
            (if (and (object-type? (ucode-type fixnum) value)
@@ -630,7 +630,7 @@ USA.
   (lambda (locative value finish)
     (let ((assignment (make-assignment locative value)))
       (if finish
-#|       
+#|
          (load-temporary-register scfg*scfg->scfg! (make-fetch locative)
            (lambda (temporary)
              (scfg*scfg->scfg! assignment (finish temporary))))