소스 검색

ffho_auth: Whitespace cleanup.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 년 전
부모
커밋
464d60d187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: