comparison src/ft.c @ 7272:02f697df677b

[gaim-migrate @ 7849] Whitespace stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 15 Oct 2003 05:57:18 +0000
parents feb3d21a7794
children b14442b31a9b
comparison
equal deleted inserted replaced
7271:c7dc0dba2c2c 7272:02f697df677b
656 } 656 }
657 else 657 else
658 { 658 {
659 if (xfer->ops.cancel_recv != NULL) 659 if (xfer->ops.cancel_recv != NULL)
660 xfer->ops.cancel_recv(xfer); 660 xfer->ops.cancel_recv(xfer);
661 } 661 }
662 662
663 if (xfer->watcher != 0) { 663 if (xfer->watcher != 0) {
664 gaim_input_remove(xfer->watcher); 664 gaim_input_remove(xfer->watcher);
665 xfer->watcher = 0; 665 xfer->watcher = 0;
666 } 666 }