[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-31]

fix whitespace on a line that bugged me
This commit is contained in:
Robey Pointer 2005-07-13 07:57:12 +00:00
parent b3ec01f57e
commit e6e4c4bff7
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class ModulusPack (object):
# if that failed, find greatest bitsize >= min
if good == -1:
for b in bitsizes:
if (b >= min) and (b < max) and (b > good):
if (b >= min) and (b < max) and (b > good):
good = b
if good == -1:
# their entire (min, max) range has no intersection with our range.