summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/PythonUtil.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-05-17 00:28:49 +0200
committerJose <jose@zeroc.com>2011-05-17 00:28:49 +0200
commit8fd299eecd81950b4f44d51ab2d9d80c955c9f9e (patch)
treebdf4c3a6975cd7212d41d9e4b2ac4cac1a313cfc /cpp/src/Slice/PythonUtil.cpp
parentMinor fix (diff)
downloadice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.tar.bz2
ice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.tar.xz
ice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.zip
5095 - slice2cs and StyleCop
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rwxr-xr-xcpp/src/Slice/PythonUtil.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp
index 6d24633376b..7b62ef2970a 100755
--- a/cpp/src/Slice/PythonUtil.cpp
+++ b/cpp/src/Slice/PythonUtil.cpp
@@ -2355,7 +2355,9 @@ Slice::Python::printHeader(IceUtilInternal::Output& out)
;
out << header;
- out << "\n# Ice version " << ICE_STRING_VERSION;
+ out << "#\n";
+ out << "# Ice version " << ICE_STRING_VERSION << "\n";
+ out << "#\n";
}
bool