diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 |
commit | 93fd3db8be692fc82200493b56fc8b223f3bb07e (patch) | |
tree | 93ac28110c30853822ba273571ccd3874d149904 /Lib/filecmp.py | |
parent | e10d75565e88b96e3e46387b605bea95179b791c (diff) | |
download | cpython-93fd3db8be692fc82200493b56fc8b223f3bb07e.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/filecmp.py')
-rw-r--r-- | Lib/filecmp.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/filecmp.py b/Lib/filecmp.py index eb98a71cc4..ec6e1ffc3e 100644 --- a/Lib/filecmp.py +++ b/Lib/filecmp.py @@ -291,9 +291,9 @@ def cmpfiles(a, b, common, shallow=1, use_statcache=0): # Compare two files. # Return: -# 0 for equal -# 1 for different -# 2 for funny cases (can't stat, etc.) +# 0 for equal +# 1 for different +# 2 for funny cases (can't stat, etc.) # def _cmp(a, b, sh, st): try: |