summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 22:12:12 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 22:12:12 +0000
commitd4f1187d31ee300c502713587a26ca186c8e04b9 (patch)
tree3091b9e385efe1c6ff8036924ba1837aeff7d0ef /internal.h
parent8f675cdd00e2c5b5a0f143f5e508dbbafdb20ccd (diff)
* remove trailing spaces, expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index 761c8412dc..7224346b99 100644
--- a/internal.h
+++ b/internal.h
@@ -740,8 +740,8 @@ typedef struct li_table {
struct RHash {
struct RBasic basic;
union {
- struct st_table *st;
- struct li_table *li; /* possibly 0 */
+ struct st_table *st;
+ struct li_table *li; /* possibly 0 */
} as;
int iter_lev;
const VALUE ifnone;