Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
; const void joy_static_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_static_stddrv
|
||||
.ifdef __APPLE2ENH__
|
||||
.import _a2e_stdjoy_joy
|
||||
.export _joy_static_stddrv
|
||||
.ifdef __APPLE2ENH__
|
||||
.import _a2e_stdjoy_joy
|
||||
.else
|
||||
.import _a2_stdjoy_joy
|
||||
.import _a2_stdjoy_joy
|
||||
.endif
|
||||
|
||||
.rodata
|
||||
|
||||
.ifdef __APPLE2ENH__
|
||||
.ifdef __APPLE2ENH__
|
||||
_joy_static_stddrv := _a2e_stdjoy_joy
|
||||
.else
|
||||
_joy_static_stddrv := _a2_stdjoy_joy
|
||||
|
||||
Reference in New Issue
Block a user