reduced space width to 1 to add up to 3 including character separators
This commit is contained in:
parent
56dda350b4
commit
9a6ca32976
@ -197,7 +197,7 @@ public:
|
||||
}
|
||||
|
||||
if (character == ' ') {
|
||||
*x += 3;
|
||||
*x += 1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user