whitespace normalize

This commit is contained in:
Brian Curtin 2012-06-22 16:03:06 -05:00
parent c57a34577c
commit 849349de05
1 changed files with 0 additions and 1 deletions

View File

@ -1008,4 +1008,3 @@ def which(cmd, mode=os.F_OK | os.X_OK, path=None):
if _access_check(name, mode):
return name
return None