diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-09 18:54:11 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-09 18:54:11 +0000 |
commit | 494aaee902748bd8f85a8e1bafce80f2c2ad7381 (patch) | |
tree | 71ef57c1a429657d27add395ceece328d75c5524 /Tools/scripts/crlf.py | |
parent | 24884a5ccce70abd63031b2224e58eb9558b4768 (diff) | |
download | cpython-git-494aaee902748bd8f85a8e1bafce80f2c2ad7381.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Tools/scripts/crlf.py')
-rwxr-xr-x | Tools/scripts/crlf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/crlf.py b/Tools/scripts/crlf.py index 03908b138a..a975cb2927 100755 --- a/Tools/scripts/crlf.py +++ b/Tools/scripts/crlf.py @@ -21,4 +21,3 @@ def main(): if __name__ == '__main__': main() - |