* device/include/ctype.h,
[fw/sdcc] / device / lib / gbz80 / heap.s
index ec3b4128ca31a1205a930f8900aeb009081af152..06b452feafc4d362253e1c6096268e664b3fa51a 100644 (file)
@@ -1,14 +1,14 @@
         ;; Stubs that hook the heap in
         .globl  __sdcc_heap_init
-        
+
         .area   _GSINIT
         call    __sdcc_heap_init
-        
+
         .area   _HEAP
 __sdcc_heap_start::
         ;; For now just allocate 1k of heap.
         .ds     1023
-        
+
         .area   _HEAP_END
 __sdcc_heap_end::
         .ds     1