Remove trailing whitespace from files.
This commit is contained in:
parent
5c0df0e743
commit
4094d2fad5
5 changed files with 1531 additions and 1531 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
2478
bandb/sqlite3.c
2478
bandb/sqlite3.c
File diff suppressed because it is too large
Load diff
570
bandb/sqlite3.h
570
bandb/sqlite3.h
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue