mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Strip trailing spaces [ci skip]
This commit is contained in:
parent
553d6fa0a0
commit
5c9d6ea6b4
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @file yaml.h
|
* @file yaml.h
|
||||||
* @brief Public interface for libyaml.
|
* @brief Public interface for libyaml.
|
||||||
*
|
*
|
||||||
* Include the header file with the code:
|
* Include the header file with the code:
|
||||||
* @code
|
* @code
|
||||||
* #include <yaml.h>
|
* #include <yaml.h>
|
||||||
|
@ -390,7 +390,7 @@ typedef struct yaml_event_s {
|
||||||
|
|
||||||
/** The event data. */
|
/** The event data. */
|
||||||
union {
|
union {
|
||||||
|
|
||||||
/** The stream parameters (for @c YAML_STREAM_START_EVENT). */
|
/** The stream parameters (for @c YAML_STREAM_START_EVENT). */
|
||||||
struct {
|
struct {
|
||||||
/** The document encoding. */
|
/** The document encoding. */
|
||||||
|
@ -726,7 +726,7 @@ struct yaml_node_s {
|
||||||
|
|
||||||
/** The node data. */
|
/** The node data. */
|
||||||
union {
|
union {
|
||||||
|
|
||||||
/** The scalar parameters (for @c YAML_SCALAR_NODE). */
|
/** The scalar parameters (for @c YAML_SCALAR_NODE). */
|
||||||
struct {
|
struct {
|
||||||
/** The scalar value. */
|
/** The scalar value. */
|
||||||
|
|
|
@ -217,7 +217,7 @@ class Ractor
|
||||||
# make obj sharable.
|
# make obj sharable.
|
||||||
#
|
#
|
||||||
# Basically, traverse referring objects from obj and freeze them.
|
# Basically, traverse referring objects from obj and freeze them.
|
||||||
#
|
#
|
||||||
# When a sharable object is found in traversing, stop traversing
|
# When a sharable object is found in traversing, stop traversing
|
||||||
# from this shareable object.
|
# from this shareable object.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue