changeset 2884:10b30c9e9443 lwtools-port

boot_scsi.asm: Fix whitespace
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 16:31:09 +0100
parents 34bcc77d2c7f
children be60508fdfff
files level1/modules/boot_scsi.asm
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/boot_scsi.asm	Sun Nov 24 16:16:56 2013 +0100
+++ b/level1/modules/boot_scsi.asm	Sun Nov 24 16:31:09 2013 +0100
@@ -290,14 +290,14 @@
 * rev1, add selections for MPI slot and bus address of drive
 * 2012\11\05 Gene Heskett
 * The default SCSI ID is here, but first do MPI slot
-		IFEQ	MPI-1
+               IFEQ      MPI-1
 CntlSlot       FCB       SDMPI
-		ELSE
-CntrSlot	FCB	$FF
-		ENDC
+               ELSE
+CntrSlot       FCB       $FF
+               ENDC
 Address        FDB       SDAddr
 * So now, this can be a base zero decimal value!
-WhichDrv	FCB	ITDNS
-               EMOD      
+WhichDrv       FCB       ITDNS
+               EMOD
 eom            EQU       *
-               END       
+               END