Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ircd / uping.c
index ab9080177e985a1eb8a59e1575bba844944fc669..accc52d8e55075b763332434f47683f19d6bb1c2 100644 (file)
@@ -173,7 +173,6 @@ static void uping_start(struct UPing* pptr)
   sendcmdto_one(&me, CMD_NOTICE, pptr->client, "%C :Sending %d ping%s to %s",
                pptr->client, pptr->count, (pptr->count == 1) ? "" : "s",
                pptr->name);
-
   pptr->timeout = CurrentTime + UPINGTIMEOUT;
   pptr->active = 1;
 }