# HG changeset patch # User Poleguy <github@poleguy.com> # Date 1579527536 21600 # Mon Jan 20 07:38:56 2020 -0600 # Node ID da3278219748a3d163c58b697712d2b6402d7fa6 # Parent d72bdd2323b2b53529df94ef1bab7c3e5c30163e Whitespace only to make CI pass diff --git a/paramiko/pkey.py b/paramiko/pkey.py --- a/paramiko/pkey.py +++ b/paramiko/pkey.py @@ -326,7 +326,7 @@ lines = f.readlines() if not lines: raise SSHException("no lines in {} private key file".format(tag)) - + # find the BEGIN tag start = 0 m = self.BEGIN_TAG.match(lines[start])