From 6c626f3590cad76c7c800d43ae0a981ebc529018 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 24 Sep 2014 17:28:59 +0100 Subject: Style fix --- ratox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ratox.c b/ratox.c index 405c170..f511925 100644 --- a/ratox.c +++ b/ratox.c @@ -578,7 +578,8 @@ canceltxtransfer(struct friend *f) } static void -cancelrxtransfer(struct friend *f) { +cancelrxtransfer(struct friend *f) +{ if (f->recvfileactive == 1) { printout("Cancelling transfer from %s\n", f->namestr[0] == '\0' ? "Anonymous" : f->namestr); -- cgit v1.2.3