aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/yaml/writer.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-14 00:40:06 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-14 00:40:06 +0000
commit35bb09953b8d0ed6ea7765d326f43e79f5c6c063 (patch)
treec58af215784a645a2e23de01052648a4463010fb /ext/psych/yaml/writer.c
parent687f39628e816d3fa9250cb708d7c45b53cf2b72 (diff)
downloadruby-35bb09953b8d0ed6ea7765d326f43e79f5c6c063.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56774 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.
*/