From e0efad70bf5bba7877bc9f8f3184f6e2f3765b39 Mon Sep 17 00:00:00 2001
From: "ol.sc" 
Date: Sun, 14 Oct 2012 12:51:02 +0000
Subject: [PATCH] Removed TABs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5849 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
 libsrc/apple2/getdevice.s | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libsrc/apple2/getdevice.s b/libsrc/apple2/getdevice.s
index bc2896991..d07420902 100644
--- a/libsrc/apple2/getdevice.s
+++ b/libsrc/apple2/getdevice.s
@@ -37,9 +37,9 @@ next:   tax
         ; Number of on-line devices (minus 1)
         ldy     DEVCNT
 
-	; Does the list contain the device?
+        ; Does the list contain the device?
 :       cmp     (ptr1),y
-        beq	done
+        beq     done
         dey
         bpl     :-
         bmi     next            ; Branch always
-- 
2.39.5