From 8fd299eecd81950b4f44d51ab2d9d80c955c9f9e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 17 May 2011 00:28:49 +0200 Subject: 5095 - slice2cs and StyleCop --- cpp/src/Slice/PythonUtil.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/Slice/PythonUtil.cpp') 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 -- cgit v1.2.3