mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-07 10:47:36 +00:00
python/sepolgen: always indent with 4 spaces
p_attribute_role_def() used tabs. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
b7227aaec1
commit
89e808af1d
@ -757,9 +757,9 @@ def p_attribute_def(p):
|
||||
p[0] = a
|
||||
|
||||
def p_attribute_role_def(p):
|
||||
'attribute_role_def : ATTRIBUTE_ROLE IDENTIFIER SEMI'
|
||||
a = refpolicy.Attribute_Role(p[2])
|
||||
p[0] = a
|
||||
'attribute_role_def : ATTRIBUTE_ROLE IDENTIFIER SEMI'
|
||||
a = refpolicy.Attribute_Role(p[2])
|
||||
p[0] = a
|
||||
|
||||
def p_typealias_def(p):
|
||||
'typealias_def : TYPEALIAS IDENTIFIER ALIAS names SEMI'
|
||||
|
Loading…
Reference in New Issue
Block a user