]> granicus.if.org Git - python/commitdiff
whitespace normalize
authorBrian Curtin <brian@python.org>
Fri, 22 Jun 2012 21:03:06 +0000 (16:03 -0500)
committerBrian Curtin <brian@python.org>
Fri, 22 Jun 2012 21:03:06 +0000 (16:03 -0500)
Lib/shutil.py

index a4c1436f4915617d285f101e1d1c2d7cea8871eb..cb8d23f32c186384fe332d1619536fc8f511e119 100644 (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
-