commit 6c626f3590cad76c7c800d43ae0a981ebc529018
parent 8fdbe6c876e9e2358c3b045c1ad6edd4a34a7436
Author: sin <sin@2f30.org>
Date: Wed, 24 Sep 2014 17:28:59 +0100
Style fix
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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);