Skip to content

Commit 42dab25

Browse files
authored
MAINT: Increase readability
Reorder two elif so similar operators are consecutive.
1 parent 99b8ea9 commit 42dab25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypdf/_page.py

+1
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,7 @@ def process_operation(operator: bytes, operands: List[Any]) -> None:
20472047
)
20482048
else:
20492049
return None
2050+
20502051
if check_crlf_space:
20512052
try:
20522053
text, output, cm_prev, tm_prev = crlf_space_check(

0 commit comments

Comments
 (0)