]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_heapblocksize.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / common / _heapblocksize.s
index b7458479c6e98083c4a988b0f362590b55132c8f..db33f594c3f1ad0be1835417beb75afe7cdaf4b6 100644 (file)
@@ -6,8 +6,8 @@
 ; Return the size of an allocated block.
 ;
 
-       .importzp       ptr1, ptr2
-               .export         __heapblocksize
+        .importzp       ptr1, ptr2
+        .export         __heapblocksize
 
         .include        "_heap.inc"