mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-23 23:55:18 +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):
|
def expand(self):
|
||||||
"""
|
"""
|
||||||
Generator that expands this attribute into its member roles.
|
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
|
# Role attributes are already expanded in the binary policy
|
||||||
yield self
|
yield self
|
||||||
|
@ -42,7 +42,7 @@ class TypeAttr(symbol.PolicySymbol):
|
|||||||
def expand(self):
|
def expand(self):
|
||||||
"""
|
"""
|
||||||
Generator that expands this attribute into its member types.
|
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 this is not an attribute, yield only the type itself
|
||||||
if not self.isattr:
|
if not self.isattr:
|
||||||
|
Loading…
Reference in New Issue
Block a user