1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-06-13 06:29:32 +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) {
debug {
}else {
} else {
objectByte(b);
}
if (listingColumn < 29) {