aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/yaml/writer.c
diff options
context:
space:
mode:
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.
*/