summaryrefslogtreecommitdiff
path: root/ext/psych/yaml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-14 20:13:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-14 20:13:12 +0900
commitc2a60fec2f79c05bdb865c143b6ad8eddfc6cc36 (patch)
tree5ccf2881ca3f82ecc787a676e170476fd0a2bbcd /ext/psych/yaml
parent27520a1e1e8ac1ef0607a75d654e2cff6d36e15a (diff)
Merge Psych-3.2.1 from ruby/psych
Diffstat (limited to 'ext/psych/yaml')
-rw-r--r--ext/psych/yaml/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/loader.c b/ext/psych/yaml/loader.c
index bcf3aee8cb..78b87e6f6b 100644
--- a/ext/psych/yaml/loader.c
+++ b/ext/psych/yaml/loader.c
@@ -541,4 +541,4 @@ yaml_parser_load_mapping_end(yaml_parser_t *parser, yaml_event_t *event,
(void)POP(parser, *ctx);
return 1;
-}
+} \ No newline at end of file