From: Tim Peters Date: Tue, 28 Jan 2003 03:41:54 +0000 (+0000) Subject: Fixed odd whitespace after "if", which I believe I introduced long ago. X-Git-Tag: v2.3c1~2252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d95c2df3a92dcabc5ffad48e15962fe9ff93a4d0;p=python Fixed odd whitespace after "if", which I believe I introduced long ago. --- diff --git a/Lib/pickle.py b/Lib/pickle.py index ab5fcb6113..cfad6ed9c2 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -376,7 +376,7 @@ class Pickler: return # Next check for 4-byte signed ints: high_bits = object >> 31 # note that Python shift sign-extends - if high_bits == 0 or high_bits == -1: + if high_bits == 0 or high_bits == -1: # All high bits are copies of bit 2**31, so the value # fits in a 4-byte signed int. self.write(BININT + pack("