From: Axel Naumann Date: Fri, 12 Sep 2014 12:12:33 +0000 (+0200) Subject: Missing newline. X-Git-Tag: v6-02-00-rc1~128^2~4 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=bb9e7331a651788af73ad07f277e50481272f724 Missing newline. --- diff --git a/core/utils/src/rootcling.cxx b/core/utils/src/rootcling.cxx index 7bb531a..01ad914 100644 --- a/core/utils/src/rootcling.cxx +++ b/core/utils/src/rootcling.cxx @@ -3457,7 +3457,7 @@ std::string GenerateFwdDeclString(const RScanner &scan, buffer, &fwdDecls); if (retCode == 0 && fwdDecls.insert(buffer).second) { - fwdDeclString += "R\"FWDDECL(" + buffer + ")FWDDECL\"\n"; + fwdDeclString += "\nR\"FWDDECL(" + buffer + ")FWDDECL\""; } }