summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/yaml.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-19 15:34:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-19 15:34:37 +0900
commit5c9d6ea6b43443c470a490858a8ad11b36ed5516 (patch)
treeed9e447b73b456e3abffbd6e929737f2913adc11 /ext/psych/yaml/yaml.h
parent553d6fa0a05fc766229c094b231ac1e103906ba8 (diff)
Strip trailing spaces [ci skip]
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 89050e4f7d..4f84957d8f 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>
@@ -390,7 +390,7 @@ typedef struct yaml_event_s {
/** The event data. */
union {
-
+
/** The stream parameters (for @c YAML_STREAM_START_EVENT). */
struct {
/** The document encoding. */
@@ -726,7 +726,7 @@ struct yaml_node_s {
/** The node data. */
union {
-
+
/** The scalar parameters (for @c YAML_SCALAR_NODE). */
struct {
/** The scalar value. */