mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-17 04:35:28 +00:00
Whitespace fixes in comments.
This commit is contained in:
parent
5909bde15e
commit
d6dcb66c68
@ -28,7 +28,7 @@ class Role(symbol.PolicySymbol):
|
||||
def expand(self):
|
||||
"""
|
||||
Generator that expands this attribute into its member roles.
|
||||
If this is a role, the role itself will be yielded.
|
||||
If this is a role, the role itself will be yielded.
|
||||
"""
|
||||
# Role attributes are already expanded in the binary policy
|
||||
yield self
|
||||
|
@ -42,7 +42,7 @@ class TypeAttr(symbol.PolicySymbol):
|
||||
def expand(self):
|
||||
"""
|
||||
Generator that expands this attribute into its member types.
|
||||
If this is a type, the type itself will be yielded.
|
||||
If this is a type, the type itself will be yielded.
|
||||
"""
|
||||
# if this is not an attribute, yield only the type itself
|
||||
if not self.isattr:
|
||||
|
Loading…
Reference in New Issue
Block a user