[Openmcl-cvs-notifications] r11791 - /trunk/source/lisp-kernel/x86-gc.c

gb at clozure.com gb at clozure.com
Wed Feb 25 21:17:04 EST 2009


Author: gb
Date: Wed Feb 25 21:17:04 2009
New Revision: 11791

Log:
Indentation.

Modified:
    trunk/source/lisp-kernel/x86-gc.c

Modified: trunk/source/lisp-kernel/x86-gc.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/x86-gc.c (original)
+++ trunk/source/lisp-kernel/x86-gc.c Wed Feb 25 21:17:04 2009
@@ -1155,7 +1155,7 @@
       if (intergen_ref =3D=3D false) {        =

         x1 =3D start[1];
         tag =3D fulltag_of(x1);
-      if (is_node_fulltag(tag)) {        =

+        if (is_node_fulltag(tag)) {        =

           node_dnode =3D gc_area_dnode(x1);
           if (node_dnode < GCndnodes_in_area) {
             intergen_ref =3D true;



More information about the Openmcl-cvs-notifications mailing list