Remove trailing whitespace from files.

This commit is contained in:
Elizabeth Myers 2016-03-29 13:23:27 -05:00
parent 5c0df0e743
commit 4094d2fad5
5 changed files with 1531 additions and 1531 deletions

View file

@ -142,7 +142,7 @@ rb_getnameinfo(const struct sockaddr *sa, rb_socklen_t salen, char *host,
flags |= NI_NUMERICHOST; flags |= NI_NUMERICHOST;
v4a >>= IN_CLASSA_NSHIFT; v4a >>= IN_CLASSA_NSHIFT;
if (v4a == 0) if (v4a == 0)
flags |= NI_NUMERICHOST; flags |= NI_NUMERICHOST;
break; break;
#ifdef IPV6 #ifdef IPV6
case AF_INET6: case AF_INET6:

View file

@ -1,15 +1,15 @@
/* /*
* reslist.c - get nameservers from windows * * reslist.c - get nameservers from windows *
* *
* ircd-ratbox related changes are as follows * ircd-ratbox related changes are as follows
* *
* Copyright (C) 2008 Aaron Sethman <androsyn@ratbox.org> * Copyright (C) 2008 Aaron Sethman <androsyn@ratbox.org>
* Copyright (C) 2008-2012 ircd-ratbox development team * Copyright (C) 2008-2012 ircd-ratbox development team
* *
* pretty much all of this was yanked from c-ares ares_init.c here is the original * pretty much all of this was yanked from c-ares ares_init.c here is the original
* header from there -- * header from there --
* *
* Id: ares_init.c,v 1.72 2008-05-15 00:00:19 yangtse Exp $ * Id: ares_init.c,v 1.72 2008-05-15 00:00:19 yangtse Exp $
* Copyright 1998 by the Massachusetts Institute of Technology. * Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2007-2008 by Daniel Stenberg * Copyright (C) 2007-2008 by Daniel Stenberg
* *

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -438,7 +438,7 @@ register_local_user(struct Client *client_p, struct Client *source_p)
case 'B': /* Blacklists */ case 'B': /* Blacklists */
if((stats = rb_dictionary_retrieve(bl_stats, source_p->preClient->authd_data)) != NULL) if((stats = rb_dictionary_retrieve(bl_stats, source_p->preClient->authd_data)) != NULL)
stats->hits++; stats->hits++;
if(IsExemptKline(source_p) || IsConfExemptDNSBL(aconf)) if(IsExemptKline(source_p) || IsConfExemptDNSBL(aconf))
{ {
sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s, but you are exempt", sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s, but you are exempt",