aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/attribute-validation-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/attribute-validation-source.cxx')
-rw-r--r--xsde/cxx/serializer/attribute-validation-source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsde/cxx/serializer/attribute-validation-source.cxx b/xsde/cxx/serializer/attribute-validation-source.cxx
index 8bea35a..3457538 100644
--- a/xsde/cxx/serializer/attribute-validation-source.cxx
+++ b/xsde/cxx/serializer/attribute-validation-source.cxx
@@ -343,8 +343,8 @@ namespace CXX
os << "delete[] ns;"
<< "delete[] name;";
else
- os << "::xsde::cxx::free (const_cast<char*> (ns));"
- << "::xsde::cxx::free (const_cast<char*> (name));";
+ os << "::xsde::cxx::free (const_cast< char* > (ns));"
+ << "::xsde::cxx::free (const_cast< char* > (name));";
os << "}"
<< "if (!r)" << endl