policycoreutils: semanage: fix indentation error in seobject
Some versions of python are reporting an indentation error when trying to use this file. Fix the whitespace messup. Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
418dbc70e8
commit
cfdfe498b7
|
@ -182,7 +182,7 @@ class semanageRecords:
|
|||
|
||||
if not semanageRecords.transaction and store != "":
|
||||
semanage_select_store(handle, store, SEMANAGE_CON_DIRECT);
|
||||
semanageRecords.store = store
|
||||
semanageRecords.store = store
|
||||
|
||||
if not semanage_is_managed(handle):
|
||||
semanage_handle_destroy(handle)
|
||||
|
|
Loading…
Reference in New Issue