From 47583a0bae1367386da12aba498862932333c30d Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 24 Mar 2015 13:59:20 +0000 Subject: [PATCH] Whitespace: add terminating LF to .inc files --- lib/xmlrpc.inc | 2 +- lib/xmlrpc_wrappers.inc | 2 +- lib/xmlrpcs.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 01323fe7..9a9a589f 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -189,4 +189,4 @@ function guess_encoding($httpHeader='', $xmlChunk='', $encodingPrefs=null) function is_valid_charset($encoding, $validList) { return PhpXmlRpc\Helper\Charset::instance()->is_valid_charset($encoding, $validList); -} \ No newline at end of file +} diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index 90949346..180656e5 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -46,4 +46,4 @@ function wrap_xmlrpc_server($client, $extraOptions=array()) { $wrapper = new PhpXmlRpc\Wrapper(); return $wrapper->wrap_xmlrpc_server($client, $extraOptions); -} \ No newline at end of file +} diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.inc index 761f3e1c..aa6a2422 100644 --- a/lib/xmlrpcs.inc +++ b/lib/xmlrpcs.inc @@ -62,4 +62,4 @@ class xmlrpc_server extends PhpXmlRpc\Server function xmlrpc_debugmsg($m) { PhpXmlRpc\Server::xmlrpc_debugmsg($m); -} \ No newline at end of file +} -- 2.47.0