aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/yaml/yaml.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 04:08:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 04:08:17 +0000
commit94cb1c9b4bef8736212e78aae6dbe8304a69e4ae (patch)
tree431e1c9a2d9103ee913305b024ded6a963c9805d /ext/psych/yaml/yaml.h
parent1dd7e5690cf8dd9e3aadee2152f8af387009f6f8 (diff)
downloadruby-94cb1c9b4bef8736212e78aae6dbe8304a69e4ae.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/yaml/yaml.h')
-rw-r--r--ext/psych/yaml/yaml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h
index 5a04d36d41..acd72ad3a3 100644
--- a/ext/psych/yaml/yaml.h
+++ b/ext/psych/yaml/yaml.h
@@ -1,7 +1,7 @@
/**
* @file yaml.h
* @brief Public interface for libyaml.
- *
+ *
* Include the header file with the code:
* @code
* #include <yaml.h>
@@ -388,7 +388,7 @@ typedef struct yaml_event_s {
/** The event data. */
union {
-
+
/** The stream parameters (for @c YAML_STREAM_START_EVENT). */
struct {
/** The document encoding. */
@@ -724,7 +724,7 @@ struct yaml_node_s {
/** The node data. */
union {
-
+
/** The scalar parameters (for @c YAML_SCALAR_NODE). */
struct {
/** The scalar value. */