nextEmptyLine is always false so it is removed from the expression
This commit is contained in:
parent
601062f040
commit
3c2fab8853
@ -183,7 +183,7 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) {
|
||||
case FOLD_FLOW:
|
||||
if (nextEmptyLine) {
|
||||
scalar += "\n";
|
||||
} else if (!emptyLine && !nextEmptyLine && !escapedNewline) {
|
||||
} else if (!emptyLine && !escapedNewline) {
|
||||
scalar += " ";
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user