mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
* remove trailing spaces. [ci skip]
This commit is contained in:
parent
c7862c68eb
commit
2d97f87407
2 changed files with 11 additions and 11 deletions
|
@ -117,8 +117,8 @@ class RbObject(LLDBInterface):
|
|||
|
||||
def ary_len(self):
|
||||
if self.flags & self.flUser1:
|
||||
len = ((self.flags &
|
||||
(self.flUser3 | self.flUser4 | self.flUser5 | self.flUser6 |
|
||||
len = ((self.flags &
|
||||
(self.flUser3 | self.flUser4 | self.flUser5 | self.flUser6 |
|
||||
self.flUser7 | self.flUser8 | self.flUser9)
|
||||
) >> (self.flUshift + 3))
|
||||
else:
|
||||
|
@ -128,7 +128,7 @@ class RbObject(LLDBInterface):
|
|||
|
||||
def bignum_len(self):
|
||||
if self.flags & flUser2:
|
||||
len = ((self.flags &
|
||||
len = ((self.flags &
|
||||
(self.flUser3 | self.flUser4 | self.flUser5)
|
||||
) >> (self.flUshift + 3))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue