summaryrefslogtreecommitdiff
path: root/cpp/src/slice2php
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-05-02 14:11:33 -0400
committerBernard Normier <bernard@zeroc.com>2017-05-02 14:11:33 -0400
commitd71e057faafc33eb993691f349812d535a1b37ba (patch)
tree61d3138cff5c5cf81277cd32b82c1c23f4ba1ad7 /cpp/src/slice2php
parentRemoved trailing whitespace from generated Python code (diff)
downloadice-d71e057faafc33eb993691f349812d535a1b37ba.tar.bz2
ice-d71e057faafc33eb993691f349812d535a1b37ba.tar.xz
ice-d71e057faafc33eb993691f349812d535a1b37ba.zip
Fixed trailing whitespace generated by slice2php
Diffstat (limited to 'cpp/src/slice2php')
-rw-r--r--cpp/src/slice2php/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp
index 67f1e093936..f3dd46e1df5 100644
--- a/cpp/src/slice2php/Main.cpp
+++ b/cpp/src/slice2php/Main.cpp
@@ -883,7 +883,7 @@ CodeVisitor::visitStructStart(const StructPtr& p)
{
if(r != memberList.begin())
{
- _out << ", ";
+ _out << ",";
}
_out.inc();
_out << nl << "array('" << r->fixedName << "', ";