* src/vm/linker.c (link_class_intern): Comment reformatted.
authortwisti <none@none>
Mon, 20 Feb 2006 23:31:39 +0000 (23:31 +0000)
committertwisti <none@none>
Mon, 20 Feb 2006 23:31:39 +0000 (23:31 +0000)
src/vm/linker.c

index 53cad139e6220eae547e9929506201dba1186414..9ea19e707875d3b361b904d61e6cbc11ae53c443 100644 (file)
@@ -32,7 +32,7 @@
             Edwin Steiner
             Christian Thalinger
 
-   $Id: linker.c 4520 2006-02-14 20:09:53Z edwin $
+   $Id: linker.c 4528 2006-02-20 23:31:39Z twisti $
 
 */
 
@@ -750,8 +750,8 @@ static classinfo *link_class_intern(classinfo *c)
        for (i = 0; i < c->methodscount; i++) {
                methodinfo *m = &(c->methods[i]);
 
-               /* Methods in ABSTRACT classes from interfaces maybe already have a   */
-               /* stubroutine.                                                       */
+               /* Methods in ABSTRACT classes from interfaces maybe already
+                  have a stubroutine. */
 
                if (!m->stubroutine) {
 #if defined(ENABLE_JIT)