summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emitter.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emitter.c b/src/emitter.c
index c4b56a2..1289437 100644
--- a/src/emitter.c
+++ b/src/emitter.c
@@ -1946,10 +1946,6 @@ yaml_emitter_write_plain_scalar(yaml_emitter_t *emitter,
emitter->whitespace = 0;
emitter->indention = 0;
- if (emitter->root_context)
- {
- emitter->open_ended = 1;
- }
return 1;
}