ruby-changes:64320
From: Nobuyoshi <ko1@a...>
Date: Sat, 19 Dec 2020 15:37:47 +0900 (JST)
Subject: [ruby-changes:64320] 5c9d6ea6b4 (master): Strip trailing spaces [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=5c9d6ea6b4 From 5c9d6ea6b43443c470a490858a8ad11b36ed5516 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 19 Dec 2020 15:34:26 +0900 Subject: Strip trailing spaces [ci skip] 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 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml.h#L1 /** * @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 { https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml.h#L390 /** 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 { https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml.h#L726 /** The node data. */ union { - + /** The scalar parameters (for @c YAML_SCALAR_NODE). */ struct { /** The scalar value. */ diff --git a/ractor.rb b/ractor.rb index e4fbdfe..8874107 100644 --- a/ractor.rb +++ b/ractor.rb @@ -217,7 +217,7 @@ class Ractor https://github.com/ruby/ruby/blob/trunk/ractor.rb#L217 # make obj sharable. # # Basically, traverse referring objects from obj and freeze them. - # + # # When a sharable object is found in traversing, stop traversing # from this shareable object. # -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/