From e2a628c7d3e5561940a3ac42239fff70f8e0cda5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 19 Dec 2020 15:34:26 +0900 Subject: Strip trailing spaces [ci skip] --- ext/psych/yaml/yaml.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h index 89050e4..4f84957 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 @@ -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. */ -- cgit v1.2.3