Changeset 4816


Ignore:
Timestamp:
Jun 26, 2006, 3:35:22 PM (18 years ago)
Author:
Gary Byers
Message:

Fix some indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/x862.lisp

    r4710 r4816  
    11671167          (-> labelno))
    11681168        (@ no-overflow))
    1169         (if labelno
    1170           (! fix-fixnum-overflow-ool-and-branch target (aref *backend-labels* labelno))
    1171           (! fix-fixnum-overflow-ool target)))))
     1169      (if labelno
     1170        (! fix-fixnum-overflow-ool-and-branch target (aref *backend-labels* labelno))
     1171        (! fix-fixnum-overflow-ool target)))))
    11721172
    11731173(defun x862-nil (seg vreg xfer)
Note: See TracChangeset for help on using the changeset viewer.