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:
Eric Paris 2011-09-27 13:52:16 -04:00
parent 418dbc70e8
commit cfdfe498b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)