diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-13 05:37:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-13 05:37:27 (GMT) |
commit | 613b2222cf859561adf00ebd5f67d3fc9738f752 (patch) | |
tree | d1efa44ead13f8f41c8da3a1a023bc4c9ea69f12 /Lib/pstats.py | |
parent | e1f3ed6b5854208cea73de1fad1d9bd9552c8059 (diff) | |
download | cpython-613b2222cf859561adf00ebd5f67d3fc9738f752.zip cpython-613b2222cf859561adf00ebd5f67d3fc9738f752.tar.gz cpython-613b2222cf859561adf00ebd5f67d3fc9738f752.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r-- | Lib/pstats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py index d456d08..898871a 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -649,4 +649,3 @@ if __name__ == '__main__': pass # That's all, folks. - |