mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 06:38:23 +00:00
Remove trailing whitespace
This commit is contained in:
+2
-2
@@ -876,7 +876,7 @@ XS(XS_EQW_ListBugs)
|
||||
Perl_croak(aTHX_ "THIS is not of type EQW");
|
||||
if(THIS == nullptr)
|
||||
Perl_croak(aTHX_ "THIS is nullptr, avoiding crash.");
|
||||
|
||||
|
||||
RETVAL = THIS->ListBugs(id);
|
||||
ST(0) = sv_newmortal();
|
||||
{
|
||||
@@ -963,7 +963,7 @@ XS(XS_EQW_ResolveBug)
|
||||
Perl_croak(aTHX_ "THIS is not of type EQW");
|
||||
if(THIS == nullptr)
|
||||
Perl_croak(aTHX_ "THIS is nullptr, avoiding crash.");
|
||||
|
||||
|
||||
THIS->ResolveBug(id);
|
||||
}
|
||||
XSRETURN_EMPTY;
|
||||
|
||||
Reference in New Issue
Block a user