summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/writer.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 01:04:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 01:04:25 +0000
commit1af28b7b7ef54721e49f76bb6e95fff0dc2c838f (patch)
tree8292bbd8a6bfe58cdc6241e67cdbc6599eeee41e /ext/psych/yaml/writer.c
parentb38d16dad92d895acf4ecb8a872f6de508333a2c (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44813 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 b90019f5cb..5d57f392f1 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.
*/