Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
* This file was generated automatically by ExtUtils::ParseXS version 2.18 from the
* contents of raids.h.xs. Do not edit this file, edit raids.h.xs instead.
*
* ANY CHANGES MADE HERE WILL BE LOST!
* ANY CHANGES MADE HERE WILL BE LOST!
*
*/
@@ -38,7 +38,7 @@
#include "client.h"
#ifdef THIS /* this macro seems to leak out on some systems */
#undef THIS
#undef THIS
#endif
@@ -543,7 +543,7 @@ XS(XS_Raid_GetID)
}
XS(XS_Raid_GetMember);
XS(XS_Raid_GetMember)
XS(XS_Raid_GetMember)
{
dXSARGS;
if (items != 2)
@@ -563,7 +563,7 @@ XS(XS_Raid_GetMember)
Perl_croak(aTHX_ "THIS is nullptr, avoiding crash.");
int index = (int)SvUV(ST(1));
if (index < 0 || index > 71)
if (index < 0 || index > 71)
RETVAL = nullptr;
else {
if(THIS->members[index].member != nullptr)
@@ -586,7 +586,7 @@ XS(boot_Raid)
char file[256];
strncpy(file, __FILE__, 256);
file[255] = 0;
if(items != 1)
fprintf(stderr, "boot_quest does not take any arguments.");
char buf[128];