]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed some white space.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:58:37 +0000 (13:58 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:58:37 +0000 (13:58 +0000)
kernel/utility.c

index 8835692720d0297ba0536f4efc442ef3f9e2d734..07c8a2744df45052937970db5b65e262923a2549 100755 (executable)
@@ -52,7 +52,6 @@ int c;                                        /* character to append */
        if(c == '\n')
                ser_putc('\r');
        ser_putc(c);
-
       }
       kmess.km_buf[kmess.km_next] = c; /* put normal char in buffer */
       if (kmess.km_size < KMESS_BUF_SIZE)
@@ -67,4 +66,3 @@ int c;                                        /* character to append */
       }
   }
 }
-