From: Brian Curtin Date: Fri, 22 Jun 2012 21:03:06 +0000 (-0500) Subject: whitespace normalize X-Git-Tag: v3.3.0b1~154^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=849349de05aef4de3ad1f3b5d8936b3fc79d4c84;p=python whitespace normalize --- diff --git a/Lib/shutil.py b/Lib/shutil.py index a4c1436f49..cb8d23f32c 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -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 -