]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/dir.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / cbm / dir.s
index 1916a410424511824acfa3919d0f066d17e09ce3..808fcf982d779b2f212ce36fccc79594d4e3b975 100644 (file)
@@ -7,7 +7,7 @@
         .include        "dir.inc"
         .include        "errno.inc"
         .include        "zeropage.inc"
-                             
+
         .import         pushax
         .import         _read
 
@@ -16,9 +16,9 @@
 ;
 ; unsigned char __fastcall__ _dirread1 (DIR* dir, void* buf);
 ; /* Read one byte from the directory into the supplied buffer. Makes sure,
-;  * errno is set in case of a short read. Return true if the read was
-;  * successful and false otherwise.
-;  */
+; ** errno is set in case of a short read. Return true if the read was
+; ** successful and false otherwise.
+; */
 
 __dirread1:
 
@@ -31,9 +31,9 @@ __dirread1:
 ;
 ; unsigned char __fastcall__ _dirread (DIR* dir, void* buf, unsigned char count);
 ; /* Read characters from the directory into the supplied buffer. Makes sure,
-;  * errno is set in case of a short read. Return true if the read was
-;  * successful and false otherwise.
-;  */
+; ** errno is set in case of a short read. Return true if the read was
+; ** successful and false otherwise.
+; */
 
 __dirread: