1
0
mirror of https://github.com/pfusik/xasm.git synced 2025-08-08 14:24:57 +00:00

Fix whitespace.

This commit is contained in:
Piotr Fusik
2017-07-29 14:06:15 +02:00
parent c4fc8ef51a
commit 36a4853b54

2
xasm.d
View File

@@ -1239,7 +1239,7 @@ void putByte(ubyte b) {
} }
if (pass2) { if (pass2) {
debug { debug {
}else { } else {
objectByte(b); objectByte(b);
} }
if (listingColumn < 29) { if (listingColumn < 29) {