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/Util.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'cpp/src/Slice/Util.cpp') diff --git a/cpp/src/Slice/Util.cpp b/cpp/src/Slice/Util.cpp index 9d8cbe63902..c90f703974d 100644 --- a/cpp/src/Slice/Util.cpp +++ b/cpp/src/Slice/Util.cpp @@ -371,11 +371,12 @@ Slice::printGeneratedHeader(IceUtilInternal::Output& out, const string& path, co file = file.substr(pos + 1); } - out << "\n\n" << comment << " "; - out << "\n" << comment; - out << "\n" << comment << " Generated from file `" << file << "'"; - out << "\n" << comment; - out << "\n" << comment << " Warning: do not edit this file."; - out << "\n" << comment; - out << "\n" << comment << " \n"; + out << comment << " \n"; + out << comment << "\n"; + out << comment << " Generated from file `" << file << "'" << "\n"; + out << comment << "\n"; + out << comment << " Warning: do not edit this file." << "\n"; + out << comment << "\n"; + out << comment << " \n"; + out << comment << "\n"; } -- cgit v1.2.3