Browse Source

ffho_auth: Whitespace cleanup.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
464d60d187
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _modules/ffho_auth.py

+ 1 - 1
_modules/ffho_auth.py

@@ -18,7 +18,7 @@ def _ssh_user_allowed (access_config, node_id, node_config, entry_name):
 			return True
 
 	if type (access_config) not in [ dict, collections.OrderedDict ]:
-        	raise Exception ("SSH configuration for entry %s seems broken!" % (entry_name))
+		raise Exception ("SSH configuration for entry %s seems broken!" % (entry_name))
 
 	# String "global" found in the access config?
 	elif "global" in access_config: