Code Cleanup

This commit is contained in:
Steffen Schröder
2013-12-09 13:07:03 +01:00
parent 570696ad45
commit 5339b6766f
13 changed files with 10 additions and 22 deletions

View File

@ -889,4 +889,3 @@ function big_endian_unpack($format, $data) {
}
return $ar;
}
?>

View File

@ -852,4 +852,4 @@ class IXR_ClientMulticall_Gbx extends IXR_Client_Gbx {
return $result;
}
}
?>