summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/RubyUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rwxr-xr-xcpp/src/Slice/RubyUtil.cpp4
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";
}