summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/yaml/parser.c')
-rw-r--r--ext/psych/yaml/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/parser.c b/ext/psych/yaml/parser.c
index dc5430b09f..eb2a2c792b 100644
--- a/ext/psych/yaml/parser.c
+++ b/ext/psych/yaml/parser.c
@@ -1295,7 +1295,7 @@ yaml_parser_process_directives(yaml_parser_t *parser,
token = PEEK_TOKEN(parser);
if (!token) goto error;
}
-
+
for (default_tag_directive = default_tag_directives;
default_tag_directive->handle; default_tag_directive++) {
if (!yaml_parser_append_tag_directive(parser, *default_tag_directive, 1,