diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-05-02 14:11:33 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-05-02 14:11:33 -0400 |
commit | d71e057faafc33eb993691f349812d535a1b37ba (patch) | |
tree | 61d3138cff5c5cf81277cd32b82c1c23f4ba1ad7 /cpp/src/slice2php | |
parent | Removed trailing whitespace from generated Python code (diff) | |
download | ice-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.cpp | 2 |
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 << "', "; |