|
The space problem is actually the problem in the algo of parsing the code and not with the actual code.
If you have a line greater than n it will insert a space in between.
Normally that thing does not happen and in normal circumstances you dont have chars after chars without a space.
|