summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/writer.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-14 00:40:04 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-14 00:40:04 +0000
commit4e70bae2bc9253fb91ae6c95bbe8e01e38d8d3df (patch)
tree32521aaaee1076df07ad8e92327fd6902d0c1cbc /ext/psych/yaml/writer.c
parent975e0ef8581e7713fc316e71a7e96a0afb20bbae (diff)
Update bundled psych to 2.2.0.
* Merge libyaml-0.1.7 for bundled-libyaml option. * Update canonical url to https://github.com/ruby/psych. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/yaml/writer.c')
-rw-r--r--ext/psych/yaml/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/writer.c b/ext/psych/yaml/writer.c
index 5d57f392f1..b90019f5cb 100644
--- a/ext/psych/yaml/writer.c
+++ b/ext/psych/yaml/writer.c
@@ -74,7 +74,7 @@ yaml_emitter_flush(yaml_emitter_t *emitter)
unsigned int value;
size_t k;
- /*
+ /*
* See the "reader.c" code for more details on UTF-8 encoding. Note
* that we assume that the buffer contains a valid UTF-8 sequence.
*/