summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rsa/pem.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/pem.py b/rsa/pem.py
index 537aa22..9ea9f03 100644
--- a/rsa/pem.py
+++ b/rsa/pem.py
@@ -53,8 +53,8 @@ def load_pem(contents, pem_marker):
line = line.strip()
# Skip empty lines
- if not line:
- continue
+ if not line:
+ continue
# Handle start marker
if line == pem_start: