changeset 2885:66a8466f067c

boot_scsi.asm: Fix whitespace
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 16:33:24 +0100
parents 4f589f343203
children fea5c20fdbfe
files level1/modules/boot_scsi.asm
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/boot_scsi.asm	Sun Nov 24 16:26:21 2013 +0100
+++ b/level1/modules/boot_scsi.asm	Sun Nov 24 16:33:24 2013 +0100
@@ -291,14 +291,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
-CntlSlot	FCB	SDMPI
-		ELSE
-CntrSlot	FCB	#$FF
-		ENDC
-Address		FDB     SDAddr
+               IFEQ      MPI-1
+CntlSlot       FCB       SDMPI
+               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