Clean up whitespace.

This commit is contained in:
Veikko Sariola
2020-05-23 15:09:32 +03:00
parent 6f06306f0c
commit bd005d52a7
5 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ SECT_TEXT(suarithm)
;-------------------------------------------------------------------------------
; op_pop function: a -> (empty)
; stereo: a b -> (empty)
; stereo: a b -> (empty)
;-------------------------------------------------------------------------------
%if POP_ID > -1
@ -19,7 +19,7 @@ su_op_pop_mono:
;-------------------------------------------------------------------------------
; op_add function: a b -> a+b b
; stereo: a b c d -> a+c b+d c d
; stereo: a b c d -> a+c b+d c d
;-------------------------------------------------------------------------------
%if ADD_ID > -1