summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-14 14:14:42 +0900
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-23 16:15:19 -0600
commit986dbde7b3ffb0826521b590bf46ec6ff8ff1eba (patch)
tree10989d47fe95cb750363536d119a9c8933d99f6a /src/parser.c
parentbdf4d192d07517f79b07c65d678ad83bd9502fa1 (diff)
downloadlibyaml-git-986dbde7b3ffb0826521b590bf46ec6ff8ff1eba.tar.gz
Removed trailing-whitespaces
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index eb2a2c7..dc5430b 100644
--- a/src/parser.c
+++ b/src/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,