aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/yaml/writer.c
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-04 19:18:01 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-04 19:18:01 +0000
commite8132aa4d78c5ea43e01df44b54abdedb1ff7bf0 (patch)
tree65dadae7dd5a9d3d2251cf830bbe3483395e9dc8 /ext/psych/yaml/writer.c
parentfc4321ea3fc5be0868be8501536014ac04e9b46b (diff)
downloadruby-e8132aa4d78c5ea43e01df44b54abdedb1ff7bf0.tar.gz
* ext/psych/yaml/emitter.c: merge libyaml 0.1.5
* ext/psych/yaml/loader.c: ditto * ext/psych/yaml/parser.c: ditto * ext/psych/yaml/reader.c: ditto * ext/psych/yaml/scanner.c: ditto * ext/psych/yaml/writer.c: ditto * ext/psych/yaml/yaml_private.h: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44809 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.
*/