Remove trailing spaces
This commit is contained in:
parent
65604b51e0
commit
88354ed8e3
|
@ -140,7 +140,7 @@ class Callbacks(unittest.TestCase):
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
gc.collect()
|
gc.collect()
|
||||||
CFUNCTYPE(None)(lambda x=Nasty(): None)
|
CFUNCTYPE(None)(lambda x=Nasty(): None)
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
WINFUNCTYPE
|
WINFUNCTYPE
|
||||||
|
|
Loading…
Reference in New Issue