rm spaces in printfs
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 5 Jan 1987 09:22:08 +0000 (01:22 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 5 Jan 1987 09:22:08 +0000 (01:22 -0800)
SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.11

usr/src/sys/tahoe/tahoe/autoconf.c

index a94f0c5..0e6948b 100644 (file)
@@ -1,4 +1,4 @@
-/*     autoconf.c      1.10    86/12/18        */
+/*     autoconf.c      1.11    87/01/04        */
 
 /*
  * Setup the system to run on the current machine.
 
 /*
  * Setup the system to run on the current machine.
@@ -234,7 +234,7 @@ vbafind(vban, vumem, memmap)
                                ui->ui_hd = vhp;
                                /* ui_type comes from driver */
                                udp->ud_dinfo[ui->ui_unit] = ui;
                                ui->ui_hd = vhp;
                                /* ui_type comes from driver */
                                udp->ud_dinfo[ui->ui_unit] = ui;
-                               printf("    %s%d at %s%d slave %d",
+                               printf("%s%d at %s%d slave %d",
                                    udp->ud_dname, ui->ui_unit,
                                    udp->ud_mname, um->um_ctlr,
                                    ui->ui_slave);
                                    udp->ud_dname, ui->ui_unit,
                                    udp->ud_mname, um->um_ctlr,
                                    ui->ui_slave);