Correct indentation

This commit is contained in:
Mike Place 2017-11-20 11:16:43 -07:00 committed by rallytime
parent d6e28ebed1
commit 9d43221422
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -339,7 +339,7 @@ def zone_compare(timezone):
if 'FreeBSD' in __grains__['os_family']:
if not os.path.isfile(_get_etc_localtime_path()):
return timezone == get_zone()
return timezone == get_zone()
tzfile = _get_etc_localtime_path()
zonepath = _get_zone_file(timezone)