diff options
author | Jose <jose@zeroc.com> | 2011-05-17 00:28:49 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-05-17 00:28:49 +0200 |
commit | 8fd299eecd81950b4f44d51ab2d9d80c955c9f9e (patch) | |
tree | bdf4c3a6975cd7212d41d9e4b2ac4cac1a313cfc /cpp/src/Slice/RubyUtil.cpp | |
parent | Minor fix (diff) | |
download | ice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.tar.bz2 ice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.tar.xz ice-8fd299eecd81950b4f44d51ab2d9d80c955c9f9e.zip |
5095 - slice2cs and StyleCop
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/RubyUtil.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index f4b6c505d1a..58b236d0e46 100755 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -1774,5 +1774,7 @@ Slice::Ruby::printHeader(IceUtilInternal::Output& out) ; out << header; - out << "\n# Ice version " << ICE_STRING_VERSION; + out << "#\n"; + out << "# Ice version " << ICE_STRING_VERSION << "\n"; + out << "#\n"; } |