summaryrefslogtreecommitdiff
path: root/php/src/php7/Connection.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-02 13:58:41 -0400
committerJoe George <joe@zeroc.com>2017-05-02 15:42:34 -0400
commitcd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9 (patch)
tree5dbc0bfc43e2c195ab7e7d819e1914611f943f1d /php/src/php7/Connection.cpp
parentRemoved trailing whitespace generated by slice2js (diff)
downloadice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.bz2
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.xz
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.zip
Remove trailing whitespace
Diffstat (limited to 'php/src/php7/Connection.cpp')
-rw-r--r--php/src/php7/Connection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/src/php7/Connection.cpp b/php/src/php7/Connection.cpp
index 7c2bf854ac3..262497601bc 100644
--- a/php/src/php7/Connection.cpp
+++ b/php/src/php7/Connection.cpp
@@ -763,13 +763,13 @@ IcePHP::createConnectionInfo(zval* zv, const Ice::ConnectionInfoPtr& p)
zval zarr;
AutoDestroy listDestroyer(&zarr);
-
+
Ice::StringSeq encoded;
for(vector<IceSSL::CertificatePtr>::const_iterator i = info->certs.begin(); i != info->certs.end(); ++i)
{
encoded.push_back((*i)->encode());
}
-
+
if(createStringArray(&zarr, encoded))
{
add_property_zval(zv, STRCAST("certs"), &zarr);