diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-27 14:18:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-27 14:18:46 (GMT) |
commit | cfb7731dd26b633e783f4828043772fb290cf652 (patch) | |
tree | 23ff91a1cac6630820a37ccf0760b0cb96906749 | |
parent | 4a5d599b3663e20fafd7f710d6e8e794701d7842 (diff) | |
download | cpython-cfb7731dd26b633e783f4828043772fb290cf652.zip cpython-cfb7731dd26b633e783f4828043772fb290cf652.tar.gz cpython-cfb7731dd26b633e783f4828043772fb290cf652.tar.bz2 |
strip trailing ws
-rwxr-xr-x | Lib/profile.py | 6 | ||||
-rw-r--r-- | Lib/pstats.py | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Lib/profile.py b/Lib/profile.py index d359e47..297aa04 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -10,13 +10,13 @@ # Copyright Disney Enterprises, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, diff --git a/Lib/pstats.py b/Lib/pstats.py index 4e18c9c..f3c52d9 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -10,13 +10,13 @@ # Copyright Disney Enterprises, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |