]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/strcspn.s
Just some white space fixes of recently contributed code.
[cc65] / libsrc / common / strcspn.s
index 3f7b42ed1f9bac7148bca7fd4457021b8d024be1..c9122dc9049363cba8305797da4d6102cb4874c6 100644 (file)
@@ -40,7 +40,7 @@ checkNext:
 check:  cpy tmp1            ; compare with length of test character string
         beq endOfTestChars
         cmp (ptr1),y        ; found matching char?
-        bne checkNext           
+        bne checkNext
 
 leave:  txa                 ; restore position of finding
         ldx tmp2            ; and return
@@ -50,5 +50,4 @@ endOfTestChars:
         inx
         bne loadChar
         inc tmp2
-        bne loadChar        ; like bra...        
-
+        bne loadChar        ; like bra...