Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88354ed

Browse files
committed
Remove trailing spaces
1 parent 65604b5 commit 88354ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/ctypes/test/test_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Nasty:
140140
def __del__(self):
141141
gc.collect()
142142
CFUNCTYPE(None)(lambda x=Nasty(): None)
143-
143+
144144

145145
try:
146146
WINFUNCTYPE

0 commit comments

Comments
 (0)