From 6b462094fbd6ecd91be6e646d67739f8d4c23fdf Mon Sep 17 00:00:00 2001 From: Neal Andrew Crook Date: Sun, 7 Aug 2016 22:05:14 +0100 Subject: [PATCH] whiespace consistency changes. No functional change. --- Kernel/platform-multicomp09/dwwrite.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-multicomp09/dwwrite.s b/Kernel/platform-multicomp09/dwwrite.s index 1b1d1d73..bdbcb1bd 100644 --- a/Kernel/platform-multicomp09/dwwrite.s +++ b/Kernel/platform-multicomp09/dwwrite.s @@ -24,17 +24,17 @@ DWWrite pshs cc,a ; preserve registers IFEQ NOINTMASK - orcc #IntMasks ; mask interrupts + orcc #IntMasks ; mask interrupts ENDC WrBiz lda UARTSTA2 bita #2 beq WrBiz ; busy - lda ,x+ ; get byte to transmit + lda ,x+ ; get byte to transmit sta UARTDAT2 ; send byte - leay ,-y ; decrement byte counter + leay ,-y ; decrement byte counter bne WrBiz ; loop if more to send puls cc,a,pc ; restore registers and return -- 2.34.1