]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/ctype.s
Style changes.
[cc65] / libsrc / pce / ctype.s
index fa9a65c8b175e3029a842b3a30d40bef5e63f3c0..16528bae9561860276a552a0feffac82e5554668 100644 (file)
@@ -10,7 +10,7 @@
 
 .rodata
 
-; The following 256 byte wide table specifies attributes for the isxxx type
+; The following 256-byte-wide table specifies attributes for the isxxx type
 ; of functions. Doing it by a table means some overhead in space, but it
 ; has major advantages:
 ;
@@ -157,5 +157,3 @@ __ctype:
         .byte   CT_NONE                 ; 126/7e _____~_____
         .byte   CT_OTHER_WS             ; 127/7f ____DEL____
         .endrepeat
-
-